| 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.
|
| 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.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.