| Package | Description |
|---|---|
| org.apache.flink.api.common.state |
| Modifier and Type | Method and Description |
|---|---|
FoldingState<T,ACC> |
FoldingStateDescriptor.bind(StateBinder stateBinder)
Deprecated.
|
ListState<T> |
ListStateDescriptor.bind(StateBinder stateBinder) |
AggregatingState<IN,OUT> |
AggregatingStateDescriptor.bind(StateBinder stateBinder) |
ReducingState<T> |
ReducingStateDescriptor.bind(StateBinder stateBinder) |
ValueState<T> |
ValueStateDescriptor.bind(StateBinder stateBinder) |
abstract S |
StateDescriptor.bind(StateBinder stateBinder)
Creates a new
State on the given StateBinder. |
MapState<UK,UV> |
MapStateDescriptor.bind(StateBinder stateBinder) |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.