| Package | Description |
|---|---|
| io.ray.streaming.state.backend | |
| io.ray.streaming.state.backend.impl | |
| io.ray.streaming.state.store | |
| io.ray.streaming.state.store.impl | |
| io.ray.streaming.state.strategy |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,KeyValueStore<String,Map<Long,byte[]>>> |
AbstractKeyStateBackend.backStorageCache
tablename, KeyValueStore key, checkpointId, content
|
| Modifier and Type | Method and Description |
|---|---|
KeyValueStore<String,Map<Long,byte[]>> |
AbstractKeyStateBackend.getBackStorage(AbstractStateDescriptor stateDescriptor) |
KeyValueStore<String,Map<Long,byte[]>> |
AbstractKeyStateBackend.getBackStorage(String tableName) |
abstract <K,V> KeyValueStore<K,V> |
AbstractStateBackend.getKeyValueStore(String tableName) |
| Modifier and Type | Method and Description |
|---|---|
<K,V> KeyValueStore<K,V> |
MemoryStateBackend.getKeyValueStore(String tableName) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
KeyMapStore<K,S,T>
Key Map Store interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryKeyMapStore<K,S,T>
Memory Key Map Store.
|
class |
MemoryKeyValueStore<K,V>
Memory Key Value Store.
|
| Modifier and Type | Field and Description |
|---|---|
protected KeyValueStore<String,Map<Long,byte[]>> |
AbstractStateStoreManager.kvStore
remote-storage
|
| Constructor and Description |
|---|
AbstractStateStoreManager(KeyValueStore<String,Map<Long,byte[]>> backStore) |
DualStateStoreManager(KeyValueStore<String,Map<Long,byte[]>> backStore) |
MVStateStoreManager(KeyValueStore<String,Map<Long,byte[]>> kvStore) |
Copyright © 2020. All rights reserved.