| Package | Description |
|---|---|
| org.apache.flink.runtime.query | |
| org.apache.flink.runtime.state | |
| org.apache.flink.runtime.state.heap |
This package contains the classes for key/value state backends that store the state
on the JVM heap as objects.
|
| org.apache.flink.runtime.state.internal |
This package holds the classes of the internal state type hierarchy.
|
| Class and Description |
|---|
| InternalKvState
The
InternalKvState is the root of the internal state type hierarchy, similar to the
State being the root of the public API state hierarchy. |
| Class and Description |
|---|
| InternalAggregatingState
The peer to the
AggregatingState in the internal state type hierarchy. |
| InternalFoldingState
Deprecated.
will be removed in a future version
|
| InternalKvState
The
InternalKvState is the root of the internal state type hierarchy, similar to the
State being the root of the public API state hierarchy. |
| InternalListState
The peer to the
ListState in the internal state type hierarchy. |
| InternalMapState
The peer to the
MapState in the internal state type hierarchy. |
| InternalReducingState
The peer to the
ReducingState in the internal state type hierarchy. |
| InternalValueState
The peer to the
ValueState in the internal state type hierarchy. |
| Class and Description |
|---|
| InternalAggregatingState
The peer to the
AggregatingState in the internal state type hierarchy. |
| InternalAppendingState
The peer to the
AppendingState in the internal state type hierarchy. |
| InternalFoldingState
Deprecated.
will be removed in a future version
|
| InternalKvState
The
InternalKvState is the root of the internal state type hierarchy, similar to the
State being the root of the public API state hierarchy. |
| InternalListState
The peer to the
ListState in the internal state type hierarchy. |
| InternalMapState
The peer to the
MapState in the internal state type hierarchy. |
| InternalMergingState
The peer to the
MergingState in the internal state type hierarchy. |
| InternalReducingState
The peer to the
ReducingState in the internal state type hierarchy. |
| InternalValueState
The peer to the
ValueState in the internal state type hierarchy. |
| Class and Description |
|---|
| InternalAppendingState
The peer to the
AppendingState in the internal state type hierarchy. |
| InternalKvState
The
InternalKvState is the root of the internal state type hierarchy, similar to the
State being the root of the public API state hierarchy. |
| InternalMergingState
The peer to the
MergingState in the internal state type hierarchy. |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.