| Interface | Description |
|---|---|
| DataState |
Stores the values of a (typically small) number of variables that are of the
types Long, Double or String.
|
| DataState.VariableEntryProcedure | |
| DataStateFactory |
Factory for data states
|
| DataStateStore |
Stores
DataState under an index. |
| Class | Description |
|---|---|
| AbstractDataStateImpl | |
| DataStateFactoryImpl |
Provider for Map based DataStates
|
| DataStateHelper | |
| DataStateStoreConcurrentImpl |
Implementation of an
DataStateStore using the
NonBlockingHashMap together with a compare-and-swap operation. |
| DataStateStoreJavaNoLockImpl | |
| DataStateStoreLockImpl |
DataStateStore implementation using synchronized FastUtil Maps. |
| DataStateStoreMemoryOptimizedImpl |
DataStateStore implementation using Object2IntMap maps &
ReentrantReadWriteLock and compressed DataStates. |
| DataStateStoreMemoryOptimizedNoLockImpl |
DataStateStore implementation using thread-UNSAFE FastUtil maps and
compressed DataStates. |
| DataStateStoreNoLockImpl | |
| EmptyDataState |
Immutable Data State that represents the empty state
|