| Package | Description |
|---|---|
| io.ray.streaming.state.backend | |
| io.ray.streaming.state.backend.impl | |
| io.ray.streaming.state.serialization.impl |
| Modifier and Type | Method and Description |
|---|---|
abstract <K,S,T> KeyMapStore<K,S,T> |
AbstractStateBackend.getKeyMapStore(String tableName,
KeyMapStoreSerializer keyMapStoreSerializer) |
| Modifier and Type | Method and Description |
|---|---|
<K,S,T> KeyMapStore<K,S,T> |
MemoryStateBackend.getKeyMapStore(String tableName,
KeyMapStoreSerializer keyMapStoreSerializer) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultKeyMapStoreSerializer<K,S,T>
Default Key Map Serialization and Deserialization.
|
Copyright © 2020. All rights reserved.