| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.state | |
| org.apache.flink.runtime.state.filesystem | |
| org.apache.flink.runtime.state.hashmap | |
| org.apache.flink.runtime.state.memory |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractManagedMemoryStateBackend
Abstract base class for state backends that use managed memory.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractFileStateBackend
已过时。
State backends should no longer implement
CheckpointStorage functionality.
Please inherit AbstractStateBackend instead. Custom checkpoint storage can be
additionally implemented as a separate class. |
class |
FsStateBackend
已过时。
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
HashMapStateBackend
This state backend holds the working state in the memory (JVM heap) of the TaskManagers and
checkpoints based on the configured
CheckpointStorage. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
MemoryStateBackend
已过时。
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.