public interface IStoreCheckpointingController
Modifier and Type | Interface and Description |
---|---|
static class |
IStoreCheckpointingController.Type
Enumerates the types of checkpointing controllers.
|
Modifier and Type | Method and Description |
---|---|
boolean |
onCommit()
Should be invoked on committing a transaction.
|
boolean |
onPut()
Should be invoked on processing a Put entry.
|
boolean |
onRemove()
Should be invoked on processing a Remove entry.
|
boolean |
onSend()
Should be invoked on processing a Send entry.
|
boolean |
onUpdate()
Should be invoked on processing an Update entry.
|
void |
onVersionChange()
Should be invoked when the version is changed.
|
boolean onPut()
boolean onRemove()
boolean onUpdate()
boolean onSend()
boolean onCommit()
void onVersionChange()
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.