| 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> ValueState<T> |
RuntimeContext.getState(ValueStateDescriptor<T> stateProperties)
Gets a handle to the system's key/value state.
|
| Modifier and Type | Method and Description |
|---|---|
<T> ValueState<T> |
AbstractRuntimeUDFContext.getState(ValueStateDescriptor<T> stateProperties) |
| Modifier and Type | Method and Description |
|---|---|
ValueState<T> |
ValueStateDescriptor.bind(StateBackend stateBackend) |
<T> ValueState<T> |
StateBackend.createValueState(ValueStateDescriptor<T> stateDesc)
Creates and returns a new
ValueState. |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.