public interface Persister
Modifier and Type | Method and Description |
---|---|
ActionResult |
onAlter(AlterAction alterAction)
Invoked when space definition is modified
|
ActionResult |
onClose(CloseAction closeAction)
Invoked when the Persister is stopped
|
ActionResult |
onLoad(LoadAction loadAction)
Invoked when the space is defined and has reached the minimum nummber of seeder members as specified in it's definition
|
ActionResult |
onOpen(OpenAction openAction)
Invoked when the Persister is registered
|
ActionResult |
onRead(ReadAction readAction)
Invoked if the space has a capacity and an eviction policy of LRU and there is currently no entry stored in the space for the key
|
ActionResult |
onWrite(WriteAction writeAction)
Invoked when a put take or update operation in executed on the space
|
ActionResult onOpen(OpenAction openAction)
openAction
- Open actionActionResult onLoad(LoadAction loadAction)
loadAction
- Load actionActionResult onClose(CloseAction closeAction)
closeAction
- Close actionActionResult onRead(ReadAction readAction)
readAction
- read action that includes the key tupleActionResult onWrite(WriteAction writeAction)
writeAction
- Write actionActionResult onAlter(AlterAction alterAction)
alterAction
- Alter actionCopyright (c) 2014 Cloud Software Group, Inc. All rights reserved.