Inheritance diagram for agents.stablestorage.StableStorage:
Public Member Functions | |
boolean | saveCheckpoint (String appExecutionId, Checkpoint checkpoint) |
byte[] | retrieveCheckpoint (String appExecutionId) |
boolean | removeCheckpoint (String appExecutionId) |
Static Public Attributes | |
static final String | STABLE_STORAGE_NAME = "stable-storage" |
Represents the StableStorage interface and its public operations
|
This method removes checkpoint information from the application whose execution id is appExecutionId
Implemented in agents.stablestorage.StableStorageImpl. |
|
This method returns checkpoint information from the application whose Id of execution is appExecutionId
Implemented in agents.stablestorage.StableStorageImpl. |
|
This method is responsable for save checkpoint object
Implemented in agents.stablestorage.StableStorageImpl. |
|
|