public class MemoryStateBackend extends AbstractStateBackend
backendType, config, keyGroupIndex, stateStrategy| Constructor and Description |
|---|
MemoryStateBackend(Map<String,String> config) |
| Modifier and Type | Method and Description |
|---|---|
<K,S,T> KeyMapStore<K,S,T> |
getKeyMapStore(String tableName) |
<K,S,T> KeyMapStore<K,S,T> |
getKeyMapStore(String tableName,
KeyMapStoreSerializer keyMapStoreSerializer) |
<K,V> KeyValueStore<K,V> |
getKeyValueStore(String tableName) |
getBackendType, getStateKey, getStateStrategy, getTableName, setKeyGroupIndexpublic <K,V> KeyValueStore<K,V> getKeyValueStore(String tableName)
getKeyValueStore in class AbstractStateBackendpublic <K,S,T> KeyMapStore<K,S,T> getKeyMapStore(String tableName)
getKeyMapStore in class AbstractStateBackendpublic <K,S,T> KeyMapStore<K,S,T> getKeyMapStore(String tableName, KeyMapStoreSerializer keyMapStoreSerializer)
getKeyMapStore in class AbstractStateBackendCopyright © 2020. All rights reserved.