| 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.
|
protected <T> ListStateStoreManagerProxy<T> |
KeyStateBackend.newListStateProxy(ListStateDescriptor<T> stateDescriptor)
get new list state proxy
|
protected <T> ListStateStoreManagerProxy<T> |
OperatorStateBackend.newListStateStoreManagerProxy(ListStateDescriptor<T> stateDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
static <T> ListStateDescriptor<T> |
ListStateDescriptor.build(String name,
Class<T> type) |
static <T> ListStateDescriptor<T> |
ListStateDescriptor.build(String name,
Class<T> type,
boolean isOperatorList) |
| Constructor and Description |
|---|
ListStateImpl(ListStateDescriptor<V> descriptor,
AbstractKeyStateBackend backend) |
OperatorStateImpl(ListStateDescriptor<V> descriptor,
AbstractKeyStateBackend backend) |
| Constructor and Description |
|---|
ListStateStoreManagerProxy(AbstractKeyStateBackend keyStateBackend,
ListStateDescriptor<T> stateDescriptor) |
Copyright © 2020. All rights reserved.