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 classNotDuplicatingCheckpointStateToolsetAn empty implementation ofCheckpointStateToolset.Methods in org.apache.flink.runtime.state that return CheckpointStateToolset Modifier and Type Method Description CheckpointStateToolsetCheckpointStorageWorkerView. 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 classFsCheckpointStateToolsetAn implementation ofCheckpointStateToolsetthat does file based duplicating with asPathsCopyingFileSystem.Methods in org.apache.flink.runtime.state.filesystem that return CheckpointStateToolset Modifier and Type Method Description CheckpointStateToolsetFsCheckpointStorageAccess. 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 CheckpointStateToolsetMemoryBackendCheckpointStorageAccess. createTaskOwnedCheckpointStateToolset()
-