| Package | Description |
|---|---|
| com.github.pmerienne.trident.state | |
| com.github.pmerienne.trident.state.memory | |
| com.github.pmerienne.trident.state.redis |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExtendedStateFactory<S extends ExtendedState<?>> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MapMultimapState<K1,K2,V>
A
State which wrap access to a Map of nested map. |
interface |
SetMultiMapState<K,V>
A
State which wrap access to a Multimap that cannot hold duplicate
key-value pairs. |
interface |
SetState<E>
A
State which wrap access to a Set of elements. |
interface |
SortedSetMultiMapState<K,V>
A
State which wrap access to a Multimap that cannot hold duplicate
key-value pairs. |
interface |
SparseMatrixState<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryMapMultimapState<K1,K2,V> |
class |
MemorySetMultiMapState<K,V> |
class |
MemorySetState<T> |
class |
MemorySortedSetMultiMapState<K,T> |
class |
MemorySparseMatrixState<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRedisState<T> |
class |
RedisMapMultimapState<K1,K2,V> |
class |
RedisMapState<T> |
class |
RedisSetMultiMapState<K,V> |
class |
RedisSetState<T> |
class |
RedisSortedSetMultiMapState<K,V> |
class |
RedisSparseMatrixState<T> |
Copyright © 2013. All rights reserved.