Uses of Interface
org.apache.flink.runtime.checkpoint.SnapshotType
Packages that use SnapshotType
Package
Description
-
Uses of SnapshotType in org.apache.flink.runtime.checkpoint
Classes in org.apache.flink.runtime.checkpoint that implement SnapshotTypeModifier and TypeClassDescriptionfinal classThe type of checkpoint to perform.classThe type of checkpoint to perform.Methods in org.apache.flink.runtime.checkpoint that return SnapshotTypeModifier and TypeMethodDescriptionCheckpointOptions.getCheckpointType()Returns the type of checkpoint to perform.CheckpointProperties.getCheckpointType()Gets the type of the checkpoint (checkpoint / savepoint).Methods in org.apache.flink.runtime.checkpoint with parameters of type SnapshotTypeModifier 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 SnapshotTypeModifierConstructorDescriptionCheckpointOptions(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 SnapshotTypeModifier and TypeMethodDescriptionbooleanAbstractKeyedStateBackend.requiresLegacySynchronousTimerSnapshots(SnapshotType checkpointType) default booleanAsyncKeyedStateBackend.requiresLegacySynchronousTimerSnapshots(SnapshotType checkpointType) Whether the keyed state backend requires legacy synchronous timer snapshots.Constructors in org.apache.flink.runtime.state with parameters of type SnapshotTypeModifierConstructorDescriptionFullSnapshotAsyncWriter(SnapshotType snapshotType, org.apache.flink.util.function.SupplierWithException<CheckpointStreamWithResultProvider, Exception> checkpointStreamSupplier, FullSnapshotResources<K> snapshotResources) -
Uses of SnapshotType in org.apache.flink.runtime.state.v2.adaptor
Methods in org.apache.flink.runtime.state.v2.adaptor with parameters of type SnapshotTypeModifier and TypeMethodDescriptionbooleanAsyncKeyedStateBackendAdaptor.requiresLegacySynchronousTimerSnapshots(SnapshotType checkpointType)