| Package | Description |
|---|---|
| org.apache.flink.api.common.functions | |
| org.apache.flink.api.common.functions.util |
| Modifier and Type | Method and Description |
|---|---|
<S> OperatorState<S> |
RuntimeContext.getKeyValueState(String name,
Class<S> stateType,
S defaultState)
Gets the key/value state, which is only accessible if the function is executed on
a KeyedStream.
|
<S> OperatorState<S> |
RuntimeContext.getKeyValueState(String name,
TypeInformation<S> stateType,
S defaultState)
Gets the key/value state, which is only accessible if the function is executed on
a KeyedStream.
|
| Modifier and Type | Method and Description |
|---|---|
<S> OperatorState<S> |
AbstractRuntimeUDFContext.getKeyValueState(String name,
Class<S> stateType,
S defaultState) |
<S> OperatorState<S> |
AbstractRuntimeUDFContext.getKeyValueState(String name,
TypeInformation<S> stateType,
S defaultState) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.