| Package | Description |
|---|---|
| gr.uoa.di.madgik.commons.state.store.data | |
| gr.uoa.di.madgik.commons.state.store.registry |
| Constructor and Description |
|---|
StateStoreData(StateStoreInfo Info)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
StateStoreRegistry.Delete(String Key,
StateStoreInfo info)
Effectivly deletes any
StateStoreRegistryKey entry from the State Store Registry that is
associated with the provided key. |
void |
StateStoreRegistry.Deserialize(StateStoreInfo info)
This methdo initializes the in memory data structure from the State Store registry persistency files deserializing
the entries found there.
|
Boolean |
StateStoreRegistry.Put(StateStoreRegistryKey Key,
StateStoreInfo info)
Adds a
StateStoreRegistryKey in the internal data structure. |
void |
StateStoreRegistry.StoreUpdate(StateStoreInfo info,
StateStoreRegistryKey entry,
boolean update)
This method stores a new record, or updates an existing one in the state store registry repository file.
|
Copyright © 2018. All Rights Reserved.