| Package | Description |
|---|---|
| io.ray.streaming.state.keystate.state | |
| io.ray.streaming.state.keystate.state.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ListState<T>
ListState interface.
|
interface |
MapState<K,V>
MapState interface.
|
interface |
ValueState<T>
ValueState interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ListStateImpl<V>
ListState implementation.
|
class |
MapStateImpl<K,V>
MapState implementation.
|
class |
OperatorStateImpl<V>
This class defines the implementation of operator state.
|
class |
ValueStateImpl<T>
ValueState implementation.
|
Copyright © 2020. All rights reserved.