T
- the class of objects that this address points topublic interface Address<T>
extends java.io.Serializable
Storage
via
the Storage.store(T)
method.Storage
T read() throws BucketStorageException
BucketStorageException
- if there was an error reading the datavoid remove() throws BucketStorageException, java.lang.UnsupportedOperationException
BucketStorageException
- if there was an error deleting an objectjava.lang.UnsupportedOperationException
- if this storage does not support removal of objects