| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.state.internal |
This package holds the classes of the internal state type hierarchy.
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
InternalAggregatingState<K,N,IN,SV,OUT>
The peer to the
AggregatingState in the internal state type hierarchy. |
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–2023 The Apache Software Foundation. All rights reserved.