| Package | Description |
|---|---|
| org.apache.flink.api.common.state |
| Modifier and Type | Method and Description |
|---|---|
ValueState<T> |
ValueStateDescriptor.bind(StateBackend stateBackend) |
abstract S |
StateDescriptor.bind(StateBackend stateBackend)
Creates a new
State on the given StateBackend. |
ReducingState<T> |
ReducingStateDescriptor.bind(StateBackend stateBackend) |
FoldingState<T,ACC> |
FoldingStateDescriptor.bind(StateBackend stateBackend) |
ListState<T> |
ListStateDescriptor.bind(StateBackend stateBackend) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.