|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStoreCheckpointingController
Represents an ODS store checkpointing controller. Controls checkpointing boundaries based on threshold and other parameters
Nested Class Summary | |
---|---|
static class |
IStoreCheckpointingController.Type
Enumerates the types of checkpointing controllers. |
Method Summary | |
---|---|
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. |
Method Detail |
---|
boolean onPut()
boolean onRemove()
boolean onUpdate()
boolean onSend()
boolean onCommit()
void onVersionChange()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |