Package | Description |
---|---|
org.apache.flink.runtime.state.internal |
This package holds the classes of the internal state type hierarchy.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InternalAggregatingState<K,N,IN,SV,OUT>
The peer to the
AggregatingState in the internal state type hierarchy. |
interface |
InternalFoldingState<K,N,T,ACC>
Deprecated.
will be removed in a future version
|
interface |
InternalListState<K,N,T>
The peer to the
ListState in the internal state type hierarchy. |
interface |
InternalMergingState<K,N,IN,SV,OUT>
The peer to the
MergingState in the internal state type hierarchy. |
interface |
InternalReducingState<K,N,T>
The peer to the
ReducingState in the internal state type hierarchy. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.