Uses of Class
org.apache.flink.runtime.state.CheckpointedStateScope
-
-
Uses of CheckpointedStateScope in org.apache.flink.runtime.checkpoint.filemerging
Methods in org.apache.flink.runtime.checkpoint.filemerging that return CheckpointedStateScope Modifier and Type Method Description CheckpointedStateScopePhysicalFile. getScope()Constructors in org.apache.flink.runtime.checkpoint.filemerging with parameters of type CheckpointedStateScope Constructor Description PhysicalFile(org.apache.flink.core.fs.FSDataOutputStream outputStream, org.apache.flink.core.fs.Path filePath, PhysicalFile.PhysicalFileDeleter deleter, CheckpointedStateScope scope) -
Uses of CheckpointedStateScope in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return CheckpointedStateScope Modifier and Type Method Description static CheckpointedStateScopeCheckpointedStateScope. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckpointedStateScope[]CheckpointedStateScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.runtime.state with parameters of type CheckpointedStateScope Modifier and Type Method Description booleanCheckpointStreamFactory. canFastDuplicate(StreamStateHandle stateHandle, CheckpointedStateScope scope)Tells if we can duplicate the givenStreamStateHandleinto the path corresponding to the givenCheckpointedStateScope.CheckpointStateOutputStreamCheckpointStreamFactory. createCheckpointStateOutputStream(CheckpointedStateScope scope)Creates an newCheckpointStateOutputStream.static CheckpointStreamWithResultProviderCheckpointStreamWithResultProvider. createDuplicatingStream(long checkpointId, CheckpointedStateScope checkpointedStateScope, CheckpointStreamFactory primaryStreamFactory, LocalRecoveryDirectoryProvider secondaryStreamDirProvider)static CheckpointStreamWithResultProviderCheckpointStreamWithResultProvider. createSimpleStream(CheckpointedStateScope checkpointedStateScope, CheckpointStreamFactory primaryStreamFactory)List<StreamStateHandle>CheckpointStreamFactory. duplicate(List<StreamStateHandle> stateHandles, CheckpointedStateScope scope)DuplicatesStreamStateHandleinto the path corresponding to * the givenCheckpointedStateScope. -
Uses of CheckpointedStateScope in org.apache.flink.runtime.state.filesystem
Methods in org.apache.flink.runtime.state.filesystem with parameters of type CheckpointedStateScope Modifier and Type Method Description booleanFsCheckpointStreamFactory. canFastDuplicate(StreamStateHandle stateHandle, CheckpointedStateScope scope)FsCheckpointStreamFactory.FsCheckpointStateOutputStreamFsCheckpointStreamFactory. createCheckpointStateOutputStream(CheckpointedStateScope scope)List<StreamStateHandle>FsCheckpointStreamFactory. duplicate(List<StreamStateHandle> stateHandles, CheckpointedStateScope scope) -
Uses of CheckpointedStateScope in org.apache.flink.runtime.state.memory
Methods in org.apache.flink.runtime.state.memory with parameters of type CheckpointedStateScope Modifier and Type Method Description booleanMemCheckpointStreamFactory. canFastDuplicate(StreamStateHandle stateHandle, CheckpointedStateScope scope)CheckpointStateOutputStreamMemCheckpointStreamFactory. createCheckpointStateOutputStream(CheckpointedStateScope scope)List<StreamStateHandle>MemCheckpointStreamFactory. duplicate(List<StreamStateHandle> stateHandles, CheckpointedStateScope scope)
-