Uses of Interface
org.apache.flink.runtime.state.CheckpointStateToolset
-
Packages that use CheckpointStateToolset Package Description org.apache.flink.runtime.state org.apache.flink.runtime.state.filesystem org.apache.flink.runtime.state.memory -
-
Uses of CheckpointStateToolset in org.apache.flink.runtime.state
Classes in org.apache.flink.runtime.state that implement CheckpointStateToolset Modifier and Type Class Description class
NotDuplicatingCheckpointStateToolset
An empty implementation ofCheckpointStateToolset
.Methods in org.apache.flink.runtime.state that return CheckpointStateToolset Modifier and Type Method Description CheckpointStateToolset
CheckpointStorageWorkerView. createTaskOwnedCheckpointStateToolset()
A complementary method toCheckpointStorageWorkerView.createTaskOwnedStateStream()
. -
Uses of CheckpointStateToolset in org.apache.flink.runtime.state.filesystem
Classes in org.apache.flink.runtime.state.filesystem that implement CheckpointStateToolset Modifier and Type Class Description class
FsCheckpointStateToolset
An implementation ofCheckpointStateToolset
that does file based duplicating with asPathsCopyingFileSystem
.Methods in org.apache.flink.runtime.state.filesystem that return CheckpointStateToolset Modifier and Type Method Description CheckpointStateToolset
FsCheckpointStorageAccess. createTaskOwnedCheckpointStateToolset()
-
Uses of CheckpointStateToolset in org.apache.flink.runtime.state.memory
Methods in org.apache.flink.runtime.state.memory that return CheckpointStateToolset Modifier and Type Method Description CheckpointStateToolset
MemoryBackendCheckpointStorageAccess. createTaskOwnedCheckpointStateToolset()
-