public interface Recoverable<T extends java.io.Serializable> extends java.lang.Comparable<Recoverable<?>>
Modifier and Type | Method and Description |
---|---|
void |
apply(BlueCollectionOnDisk<T> collection) |
default int |
compareTo(Recoverable<?> other) |
long |
getRecoverableId() |
long |
getTimeCreated() |
void |
setRecoverableId(long recoverableId) |
void apply(BlueCollectionOnDisk<T> collection) throws BlueDbException
BlueDbException
long getTimeCreated()
long getRecoverableId()
void setRecoverableId(long recoverableId)
default int compareTo(Recoverable<?> other)
compareTo
in interface java.lang.Comparable<Recoverable<?>>