public interface QueueingDataStore<K extends Serializable,E,B> extends DataStore<K,E>
| Modifier and Type | Method and Description |
|---|---|
void |
endBatch(B batch)
Ends the indicated batch.
|
void |
flush()
Should be called to manually trigger a flush
|
B |
startBatch()
Starts a batch
|
delete, getEntityType, hasKey, keys, retrieve, retrieveAll, save, truncatevoid flush()
B startBatch()
end itvoid endBatch(B batch)
batch - the batch to endCopyright © 2014–2016. All rights reserved.