| Package | Description |
|---|---|
| org.apache.flink.api.common.functions | |
| org.apache.flink.api.common.functions.util | |
| org.apache.flink.api.common.state |
| Modifier and Type | Method and Description |
|---|---|
<T> ListState<T> |
RuntimeContext.getListState(ListStateDescriptor<T> stateProperties)
Gets a handle to the system's key/value list state.
|
| Modifier and Type | Method and Description |
|---|---|
<T> ListState<T> |
AbstractRuntimeUDFContext.getListState(ListStateDescriptor<T> stateProperties) |
| Modifier and Type | Method and Description |
|---|---|
ListState<T> |
ListStateDescriptor.bind(StateBackend stateBackend) |
<T> ListState<T> |
StateBackend.createListState(ListStateDescriptor<T> stateDesc)
Creates and returns a new
ListState. |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.