| Package | Description |
|---|---|
| io.ray.streaming.state.backend | |
| io.ray.streaming.state.keystate.desc | |
| io.ray.streaming.state.keystate.state.impl | |
| io.ray.streaming.state.strategy |
| Modifier and Type | Method and Description |
|---|---|
<K,T> T |
AbstractKeyStateBackend.get(AbstractStateDescriptor descriptor,
K key) |
KeyValueStore<String,Map<Long,byte[]>> |
AbstractKeyStateBackend.getBackStorage(AbstractStateDescriptor stateDescriptor) |
String |
AbstractStateBackend.getTableName(AbstractStateDescriptor stateDescriptor) |
<K,T> void |
AbstractKeyStateBackend.put(AbstractStateDescriptor descriptor,
K key,
T value) |
| Modifier and Type | Class and Description |
|---|---|
class |
ListStateDescriptor<T>
ListStateDescriptor.
|
class |
MapStateDescriptor<K,V>
MapStateDescriptor.
|
class |
ValueStateDescriptor<T>
ValueStateDescriptor.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractStateDescriptor |
StateHelper.getDescriptor() |
| Constructor and Description |
|---|
StateHelper(AbstractKeyStateBackend backend,
AbstractStateDescriptor descriptor) |
| Constructor and Description |
|---|
StateStoreManagerProxy(AbstractKeyStateBackend keyStateBackend,
AbstractStateDescriptor stateDescriptor) |
Copyright © 2020. All rights reserved.