Uses of Class
org.apache.flink.runtime.state.CheckpointStorageLocationReference
Packages that use CheckpointStorageLocationReference
Package
Description
-
Uses of CheckpointStorageLocationReference in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint that return CheckpointStorageLocationReferenceModifier and TypeMethodDescriptionCheckpointOptions.getTargetLocation()Returns the target location for the checkpoint.Methods in org.apache.flink.runtime.checkpoint with parameters of type CheckpointStorageLocationReferenceModifier and TypeMethodDescriptionstatic CheckpointOptionsCheckpointOptions.alignedNoTimeout(SnapshotType type, CheckpointStorageLocationReference location) static CheckpointOptionsCheckpointOptions.alignedWithTimeout(SnapshotType type, CheckpointStorageLocationReference location, long alignedCheckpointTimeout) static CheckpointOptionsCheckpointOptions.forConfig(SnapshotType checkpointType, CheckpointStorageLocationReference locationReference, boolean isExactlyOnceMode, boolean isUnalignedEnabled, long alignedCheckpointTimeout) static CheckpointOptionsCheckpointOptions.notExactlyOnce(SnapshotType type, CheckpointStorageLocationReference location) static CheckpointOptionsCheckpointOptions.unaligned(SnapshotType type, CheckpointStorageLocationReference location) Constructors in org.apache.flink.runtime.checkpoint with parameters of type CheckpointStorageLocationReferenceModifierConstructorDescriptionCheckpointOptions(SnapshotType checkpointType, CheckpointStorageLocationReference targetLocation) CheckpointOptions(SnapshotType checkpointType, CheckpointStorageLocationReference targetLocation, CheckpointOptions.AlignmentType alignmentType, long alignedCheckpointTimeout) -
Uses of CheckpointStorageLocationReference in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return CheckpointStorageLocationReferenceModifier and TypeMethodDescriptionCheckpointStorageLocationReference.getDefault()CheckpointStorageLocation.getLocationReference()Gets a reference to the storage location.Methods in org.apache.flink.runtime.state with parameters of type CheckpointStorageLocationReferenceModifier and TypeMethodDescriptionCheckpointStorageWorkerView.resolveCheckpointStorageLocation(long checkpointId, CheckpointStorageLocationReference reference) Resolves a storage location reference into a CheckpointStreamFactory. -
Uses of CheckpointStorageLocationReference in org.apache.flink.runtime.state.filesystem
Methods in org.apache.flink.runtime.state.filesystem that return CheckpointStorageLocationReferenceModifier and TypeMethodDescriptionAbstractFsCheckpointStorageAccess.encodePathAsReference(org.apache.flink.core.fs.Path path) Encodes the given path as a reference in bytes.FsCheckpointStorageLocation.getLocationReference()Methods in org.apache.flink.runtime.state.filesystem with parameters of type CheckpointStorageLocationReferenceModifier and TypeMethodDescriptionstatic org.apache.flink.core.fs.PathAbstractFsCheckpointStorageAccess.decodePathFromReference(CheckpointStorageLocationReference reference) Decodes the given reference into a path.FsCheckpointStorageAccess.resolveCheckpointStorageLocation(long checkpointId, CheckpointStorageLocationReference reference) FsMergingCheckpointStorageAccess.resolveCheckpointStorageLocation(long checkpointId, CheckpointStorageLocationReference reference) Constructors in org.apache.flink.runtime.state.filesystem with parameters of type CheckpointStorageLocationReferenceModifierConstructorDescriptionFsCheckpointStorageLocation(org.apache.flink.core.fs.FileSystem fileSystem, org.apache.flink.core.fs.Path checkpointDir, org.apache.flink.core.fs.Path sharedStateDir, org.apache.flink.core.fs.Path taskOwnedStateDir, CheckpointStorageLocationReference reference, int fileStateSizeThreshold, int writeBufferSize) FsMergingCheckpointStorageLocation(FileMergingSnapshotManager.SubtaskKey subtaskKey, org.apache.flink.core.fs.FileSystem fileSystem, org.apache.flink.core.fs.Path checkpointDir, org.apache.flink.core.fs.Path sharedStateDir, org.apache.flink.core.fs.Path taskOwnedStateDir, CheckpointStorageLocationReference reference, int fileStateSizeThreshold, int writeBufferSize, FileMergingSnapshotManager fileMergingSnapshotManager, long checkpointId) -
Uses of CheckpointStorageLocationReference in org.apache.flink.runtime.state.memory
Methods in org.apache.flink.runtime.state.memory that return CheckpointStorageLocationReferenceModifier and TypeMethodDescriptionNonPersistentMetadataCheckpointStorageLocation.getLocationReference()PersistentMetadataCheckpointStorageLocation.getLocationReference()Methods in org.apache.flink.runtime.state.memory with parameters of type CheckpointStorageLocationReferenceModifier and TypeMethodDescriptionMemoryBackendCheckpointStorageAccess.resolveCheckpointStorageLocation(long checkpointId, CheckpointStorageLocationReference reference)