| Package | Description |
|---|---|
| org.apache.flink.runtime.state.filesystem | |
| org.apache.flink.runtime.state.hashmap | |
| org.apache.flink.runtime.state.memory |
| Modifier and Type | Class and Description |
|---|---|
class |
FsStateBackend
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HashMapStateBackend
This state backend holds the working state in the memory (JVM heap) of the TaskManagers and
checkpoints based on the configured
CheckpointStorage. |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryStateBackend
Deprecated.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.