| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 接口和说明 |
|---|---|
static interface |
KeyGroupPartitioner.PartitioningResult<T>
This represents the result of key-group partitioning.
|
| 限定符和类型 | 方法和说明 |
|---|---|
StateSnapshot.StateKeyGroupWriter |
StateSnapshot.getKeyGroupWriter()
This method returns
StateSnapshot.StateKeyGroupWriter and should be called in the asynchronous part
of the snapshot. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CopyOnWriteStateTableSnapshot<K,N,S>
This class represents the snapshot of a
CopyOnWriteStateTable and has a role in operator
state checkpointing. |
| 限定符和类型 | 方法和说明 |
|---|---|
StateSnapshot.StateKeyGroupWriter |
HeapPriorityQueueStateSnapshot.getKeyGroupWriter() |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.