| 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.
|
| BroadcastState
A type of state that can be created to store the state of a
BroadcastStream. |
| 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. |
| ReadOnlyBroadcastState
A read-only view of the
BroadcastState. |
ReducingState
State interface for reducing state. |
| ReducingStateDescriptor |
| State
Interface that different types of partitioned state must implement.
|
| StateDescriptor
Base class for state descriptors.
|
| StateDescriptor.Type
An enumeration of the types of supported states.
|
| StateTtlConfig
Configuration of state TTL logic.
|
| StateTtlConfig.Builder
Builder for the
StateTtlConfig. |
| StateTtlConfig.CleanupStrategies
TTL cleanup strategies.
|
| StateTtlConfig.StateVisibility
This option configures whether expired user value can be returned or not.
|
| StateTtlConfig.TimeCharacteristic
This option configures time scale to use for ttl.
|
| StateTtlConfig.UpdateType
This option value configures when to update last access timestamp which prolongs state TTL.
|
ValueState
State interface for partitioned single-value state. |
| ValueStateDescriptor |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.