| Package | Description |
|---|---|
| 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.
|
| org.apache.flink.runtime.state.restore |
| Modifier and Type | Class and Description |
|---|---|
class |
OperatorStateRestoreOperation
Implementation of operator state restore operation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HeapRestoreOperation<K>
Implementation of heap restore operation.
|
class |
HeapSavepointRestoreOperation<K>
Implementation of heap savepoint restore operation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FullSnapshotRestoreOperation<K>
The procedure of restoring state from a savepoint written with the unified binary format.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.