Uses of Enum
org.apache.flink.runtime.state.CheckpointedStateScope
Packages that use CheckpointedStateScope
Package
Description
-
Uses of CheckpointedStateScope in org.apache.flink.runtime.checkpoint.filemerging
Methods in org.apache.flink.runtime.checkpoint.filemerging that return CheckpointedStateScopeMethods in org.apache.flink.runtime.checkpoint.filemerging with parameters of type CheckpointedStateScopeModifier and TypeMethodDescriptionFileMergingSnapshotManager.createCheckpointStateOutputStream(FileMergingSnapshotManager.SubtaskKey subtaskKey, long checkpointId, CheckpointedStateScope scope) Create a newFileMergingCheckpointStateOutputStream.FileMergingSnapshotManagerBase.createCheckpointStateOutputStream(FileMergingSnapshotManager.SubtaskKey subtaskKey, long checkpointId, CheckpointedStateScope scope) protected PhysicalFileFileMergingSnapshotManagerBase.createPhysicalFile(FileMergingSnapshotManager.SubtaskKey subtaskKey, CheckpointedStateScope scope) Create a physical file in right location (managed directory), which is specified by scope of this checkpoint and current subtask.protected Queue<PhysicalFile>PhysicalFilePool.getFileQueue(FileMergingSnapshotManager.SubtaskKey subtaskKey, CheckpointedStateScope scope) Get or create a file queue for specific subtaskKey and checkpoint scope.org.apache.flink.core.fs.PathFileMergingSnapshotManager.getManagedDir(FileMergingSnapshotManager.SubtaskKey subtaskKey, CheckpointedStateScope scope) Get the managed directory of the file-merging snapshot manager, created inFileMergingSnapshotManager.initFileSystem(org.apache.flink.core.fs.FileSystem, org.apache.flink.core.fs.Path, org.apache.flink.core.fs.Path, org.apache.flink.core.fs.Path, int)orFileMergingSnapshotManager.registerSubtaskForSharedStates(org.apache.flink.runtime.checkpoint.filemerging.FileMergingSnapshotManager.SubtaskKey).org.apache.flink.core.fs.PathFileMergingSnapshotManagerBase.getManagedDir(FileMergingSnapshotManager.SubtaskKey subtaskKey, CheckpointedStateScope scope) FileMergingSnapshotManager.getManagedDirStateHandle(FileMergingSnapshotManager.SubtaskKey subtaskKey, CheckpointedStateScope scope) Get theDirectoryStreamStateHandleof the managed directory, created inFileMergingSnapshotManager.initFileSystem(org.apache.flink.core.fs.FileSystem, org.apache.flink.core.fs.Path, org.apache.flink.core.fs.Path, org.apache.flink.core.fs.Path, int)orFileMergingSnapshotManager.registerSubtaskForSharedStates(org.apache.flink.runtime.checkpoint.filemerging.FileMergingSnapshotManager.SubtaskKey).FileMergingSnapshotManagerBase.getManagedDirStateHandle(FileMergingSnapshotManager.SubtaskKey subtaskKey, CheckpointedStateScope scope) protected PhysicalFileAcrossCheckpointFileMergingSnapshotManager.getOrCreatePhysicalFileForCheckpoint(FileMergingSnapshotManager.SubtaskKey subtaskKey, long checkpointID, CheckpointedStateScope scope) protected abstract PhysicalFileFileMergingSnapshotManagerBase.getOrCreatePhysicalFileForCheckpoint(FileMergingSnapshotManager.SubtaskKey subtaskKey, long checkpointId, CheckpointedStateScope scope) Get a reused physical file or create one.protected PhysicalFileWithinCheckpointFileMergingSnapshotManager.getOrCreatePhysicalFileForCheckpoint(FileMergingSnapshotManager.SubtaskKey subtaskKey, long checkpointId, CheckpointedStateScope scope) PhysicalFile.PhysicalFileCreator.perform(FileMergingSnapshotManager.SubtaskKey subtaskKey, CheckpointedStateScope scope) Create the file.BlockingPhysicalFilePool.pollFile(FileMergingSnapshotManager.SubtaskKey subtaskKey, CheckpointedStateScope scope) NonBlockingPhysicalFilePool.pollFile(FileMergingSnapshotManager.SubtaskKey subtaskKey, CheckpointedStateScope scope) abstract PhysicalFilePhysicalFilePool.pollFile(FileMergingSnapshotManager.SubtaskKey subtaskKey, CheckpointedStateScope scope) Poll a physical file from the pool.Constructors in org.apache.flink.runtime.checkpoint.filemerging with parameters of type CheckpointedStateScopeModifierConstructorDescriptionPhysicalFile(org.apache.flink.core.fs.FSDataOutputStream outputStream, org.apache.flink.core.fs.Path filePath, PhysicalFile.PhysicalFileDeleter deleter, CheckpointedStateScope scope) PhysicalFile(org.apache.flink.core.fs.FSDataOutputStream outputStream, org.apache.flink.core.fs.Path filePath, PhysicalFile.PhysicalFileDeleter deleter, CheckpointedStateScope scope, boolean owned) -
Uses of CheckpointedStateScope in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return CheckpointedStateScopeModifier and TypeMethodDescriptionstatic CheckpointedStateScopeReturns 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 CheckpointedStateScopeModifier and TypeMethodDescriptionbooleanCheckpointStreamFactory.canFastDuplicate(StreamStateHandle stateHandle, CheckpointedStateScope scope) Tells if we can duplicate the givenStreamStateHandleinto the path corresponding to the givenCheckpointedStateScope.CheckpointStreamFactory.createCheckpointStateOutputStream(CheckpointedStateScope scope) Creates an newCheckpointStateOutputStream.CheckpointStreamWithResultProvider.createDuplicatingStream(long checkpointId, CheckpointedStateScope checkpointedStateScope, CheckpointStreamFactory primaryStreamFactory, LocalSnapshotDirectoryProvider secondaryStreamDirProvider) CheckpointStreamWithResultProvider.createSimpleStream(CheckpointedStateScope checkpointedStateScope, CheckpointStreamFactory primaryStreamFactory) CheckpointStreamFactory.duplicate(List<StreamStateHandle> stateHandles, CheckpointedStateScope scope) DuplicatesStreamStateHandleinto the path corresponding to * the givenCheckpointedStateScope. -
Uses of CheckpointedStateScope in org.apache.flink.runtime.state.filemerging
Methods in org.apache.flink.runtime.state.filemerging that return CheckpointedStateScopeConstructors in org.apache.flink.runtime.state.filemerging with parameters of type CheckpointedStateScopeModifierConstructorDescriptionSegmentFileStateHandle(org.apache.flink.core.fs.Path filePath, long startPos, long stateSize, CheckpointedStateScope scope, LogicalFile.LogicalFileId fileId) Creates a new segment file state for the given file path. -
Uses of CheckpointedStateScope in org.apache.flink.runtime.state.filesystem
Methods in org.apache.flink.runtime.state.filesystem with parameters of type CheckpointedStateScopeModifier and TypeMethodDescriptionbooleanFsCheckpointStreamFactory.canFastDuplicate(StreamStateHandle stateHandle, CheckpointedStateScope scope) booleanFsMergingCheckpointStorageLocation.canFastDuplicate(StreamStateHandle stateHandle, CheckpointedStateScope scope) FsCheckpointStreamFactory.createCheckpointStateOutputStream(CheckpointedStateScope scope) FsMergingCheckpointStorageLocation.createCheckpointStateOutputStream(CheckpointedStateScope scope) FsCheckpointStreamFactory.duplicate(List<StreamStateHandle> stateHandles, CheckpointedStateScope scope) FsMergingCheckpointStorageLocation.duplicate(List<StreamStateHandle> stateHandles, CheckpointedStateScope scope) org.apache.flink.core.fs.PathFsCheckpointStreamFactory.getTargetPath(CheckpointedStateScope scope) -
Uses of CheckpointedStateScope in org.apache.flink.runtime.state.memory
Methods in org.apache.flink.runtime.state.memory with parameters of type CheckpointedStateScopeModifier and TypeMethodDescriptionbooleanMemCheckpointStreamFactory.canFastDuplicate(StreamStateHandle stateHandle, CheckpointedStateScope scope) MemCheckpointStreamFactory.createCheckpointStateOutputStream(CheckpointedStateScope scope) MemCheckpointStreamFactory.duplicate(List<StreamStateHandle> stateHandles, CheckpointedStateScope scope)