Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
CopyOnWriteStateTableSnapshot<K,N,S>
This class represents the snapshot of a
CopyOnWriteStateTable and has a role in operator
state checkpointing. |
Modifier and Type | Method and Description |
---|---|
abstract IterableStateSnapshot<K,N,S> |
StateTable.stateSnapshot() |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.