| Package | Description |
|---|---|
| io.ray.streaming.state.backend | |
| io.ray.streaming.state.keystate.state.impl | |
| io.ray.streaming.state.keystate.state.proxy |
| Modifier and Type | Method and Description |
|---|---|
<T> ListState<T> |
KeyStateBackend.getListState(ListStateDescriptor<T> stateDescriptor) |
<T> ListState<T> |
OperatorStateBackend.getSplitListState(ListStateDescriptor<T> stateDescriptor)
get spitted List for different operator instance.
|
<T> ListState<T> |
OperatorStateBackend.getUnionListState(ListStateDescriptor<T> stateDescriptor)
get a union List for different operator instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ListStateImpl<V>
ListState implementation.
|
class |
OperatorStateImpl<V>
This class defines the implementation of operator state.
|
| Modifier and Type | Method and Description |
|---|---|
ListState<T> |
ListStateStoreManagerProxy.getListState() |
Copyright © 2020. All rights reserved.