| 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 |
|---|---|
<S> OperatorState<S> |
RuntimeContext.getKeyValueState(String name,
Class<S> stateType,
S defaultState)
Deprecated.
Use the more expressive
RuntimeContext.getState(ValueStateDescriptor) instead. |
<S> OperatorState<S> |
RuntimeContext.getKeyValueState(String name,
TypeInformation<S> stateType,
S defaultState)
Deprecated.
Use the more expressive
RuntimeContext.getState(ValueStateDescriptor) instead. |
| Modifier and Type | Method and Description |
|---|---|
<S> OperatorState<S> |
AbstractRuntimeUDFContext.getKeyValueState(String name,
Class<S> stateType,
S defaultState)
Deprecated.
|
<S> OperatorState<S> |
AbstractRuntimeUDFContext.getKeyValueState(String name,
TypeInformation<S> stateType,
S defaultState)
Deprecated.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ValueState<T>
State interface for partitioned single-value state. |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.