| Package | Description |
|---|---|
| gr.uoa.di.madgik.commons.state | |
| gr.uoa.di.madgik.commons.state.store.registry |
| Modifier and Type | Method and Description |
|---|---|
static StateStoreRegistryKey.EntryType |
StateManager.ContainsType(String key)
If the provided key is associated in the State Store as the
StateManager.Contains(java.lang.String)
dictates, this method returns the type of data the entry stores |
| Modifier and Type | Method and Description |
|---|---|
StateStoreRegistryKey.EntryType |
StateStoreRegistryKey.GetTypeOfEntry()
Retrieves the type of entry
|
static StateStoreRegistryKey.EntryType |
StateStoreRegistryKey.EntryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateStoreRegistryKey.EntryType[] |
StateStoreRegistryKey.EntryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
StateStoreRegistryKey(String Key,
long StartingDataOffset,
long EndingDataOffset,
long StartingRegistryOffset,
StateStoreRegistryKey.EntryType TypeOfEntry)
Creates a new instance with the provided values
|
Copyright © 2018. All Rights Reserved.