| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
KeyValueStateIterator |
FullSnapshotResources.createKVStateIterator()
Returns a
KeyValueStateIterator for iterating over all key-value states for this
snapshot resources. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
HeapKeyValueStateIterator
A
KeyValueStateIterator over Heap backend snapshot
resources. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.