| Package | Description |
|---|---|
| org.apache.flink.api.common.functions | |
| org.apache.flink.api.common.functions.util | |
| org.apache.flink.api.common.state |
| Class and Description |
|---|
AggregatingState
State interface for aggregating state, based on an
AggregateFunction. |
| AggregatingStateDescriptor
A StateDescriptor for
AggregatingState. |
| FoldingState
Deprecated.
will be removed in a future version in favor of
AggregatingState |
| FoldingStateDescriptor
Deprecated.
will be removed in a future version in favor of
AggregatingStateDescriptor |
ListState
State interface for partitioned list state in Operations. |
| ListStateDescriptor
A
StateDescriptor for ListState. |
MapState
State interface for partitioned key-value state. |
| MapStateDescriptor
A
StateDescriptor for MapState. |
ReducingState
State interface for reducing state. |
| ReducingStateDescriptor |
ValueState
State interface for partitioned single-value state. |
| ValueStateDescriptor |
| Class and Description |
|---|
AggregatingState
State interface for aggregating state, based on an
AggregateFunction. |
| AggregatingStateDescriptor
A StateDescriptor for
AggregatingState. |
| FoldingState
Deprecated.
will be removed in a future version in favor of
AggregatingState |
| FoldingStateDescriptor
Deprecated.
will be removed in a future version in favor of
AggregatingStateDescriptor |
ListState
State interface for partitioned list state in Operations. |
| ListStateDescriptor
A
StateDescriptor for ListState. |
MapState
State interface for partitioned key-value state. |
| MapStateDescriptor
A
StateDescriptor for MapState. |
ReducingState
State interface for reducing state. |
| ReducingStateDescriptor |
ValueState
State interface for partitioned single-value state. |
| ValueStateDescriptor |
| Class and Description |
|---|
AggregatingState
State interface for aggregating state, based on an
AggregateFunction. |
| AggregatingStateDescriptor
A StateDescriptor for
AggregatingState. |
| AppendingState
Base interface for partitioned state that supports adding elements and inspecting the current
state.
|
| FoldingState
Deprecated.
will be removed in a future version in favor of
AggregatingState |
| FoldingStateDescriptor
Deprecated.
will be removed in a future version in favor of
AggregatingStateDescriptor |
ListState
State interface for partitioned list state in Operations. |
| ListStateDescriptor
A
StateDescriptor for ListState. |
MapState
State interface for partitioned key-value state. |
| MapStateDescriptor
A
StateDescriptor for MapState. |
| MergingState
Extension of
AppendingState that allows merging of state. |
ReducingState
State interface for reducing state. |
| ReducingStateDescriptor |
| State
Interface that different types of partitioned state must implement.
|
| StateBinder |
| StateDescriptor
Base class for state descriptors.
|
| StateDescriptor.Type
An enumeration of the types of supported states.
|
ValueState
State interface for partitioned single-value state. |
| ValueStateDescriptor |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.