Uses of Interface
org.apache.flink.runtime.checkpoint.SnapshotType
-
Packages that use SnapshotType Package Description org.apache.flink.runtime.checkpoint org.apache.flink.runtime.state -
-
Uses of SnapshotType in org.apache.flink.runtime.checkpoint
Classes in org.apache.flink.runtime.checkpoint that implement SnapshotType Modifier and Type Class Description classCheckpointTypeThe type of checkpoint to perform.classSavepointTypeThe type of checkpoint to perform.Methods in org.apache.flink.runtime.checkpoint that return SnapshotType Modifier and Type Method Description SnapshotTypeCheckpointOptions. getCheckpointType()Returns the type of checkpoint to perform.SnapshotTypeCheckpointProperties. getCheckpointType()Gets the type of the checkpoint (checkpoint / savepoint).Methods in org.apache.flink.runtime.checkpoint with parameters of type SnapshotType Modifier and Type Method Description static 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 SnapshotType Constructor Description CheckpointOptions(SnapshotType checkpointType, CheckpointStorageLocationReference targetLocation)CheckpointOptions(SnapshotType checkpointType, CheckpointStorageLocationReference targetLocation, CheckpointOptions.AlignmentType alignmentType, long alignedCheckpointTimeout)CheckpointProperties(boolean forced, SnapshotType checkpointType, boolean discardSubsumed, boolean discardFinished, boolean discardCancelled, boolean discardFailed, boolean discardSuspended, boolean unclaimed) -
Uses of SnapshotType in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state with parameters of type SnapshotType Modifier and Type Method Description booleanAbstractKeyedStateBackend. requiresLegacySynchronousTimerSnapshots(SnapshotType checkpointType)Constructors in org.apache.flink.runtime.state with parameters of type SnapshotType Constructor Description FullSnapshotAsyncWriter(SnapshotType snapshotType, org.apache.flink.util.function.SupplierWithException<CheckpointStreamWithResultProvider,Exception> checkpointStreamSupplier, FullSnapshotResources<K> snapshotResources)
-