public class PendingBatchChange<T extends java.io.Serializable> extends java.lang.Object implements java.io.Serializable, Recoverable<T>
Modifier and Type | Method and Description |
---|---|
void |
apply(BlueCollectionOnDisk<T> collection) |
static <T extends java.io.Serializable> |
createBatchChange(java.util.List<IndividualChange<T>> sortedChanges) |
long |
getRecoverableId() |
long |
getTimeCreated() |
void |
setRecoverableId(long recoverableId) |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
compareTo
public static <T extends java.io.Serializable> PendingBatchChange<T> createBatchChange(java.util.List<IndividualChange<T>> sortedChanges)
public void apply(BlueCollectionOnDisk<T> collection) throws BlueDbException
apply
in interface Recoverable<T extends java.io.Serializable>
BlueDbException
public long getTimeCreated()
getTimeCreated
in interface Recoverable<T extends java.io.Serializable>
public java.lang.String toString()
toString
in class java.lang.Object
public long getRecoverableId()
getRecoverableId
in interface Recoverable<T extends java.io.Serializable>
public void setRecoverableId(long recoverableId)
setRecoverableId
in interface Recoverable<T extends java.io.Serializable>