Uses of Enum
org.apache.flink.runtime.checkpoint.CheckpointOptions.AlignmentType
Packages that use CheckpointOptions.AlignmentType
-
Uses of CheckpointOptions.AlignmentType in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint that return CheckpointOptions.AlignmentTypeModifier and TypeMethodDescriptionCheckpointOptions.getAlignment()Returns the enum constant of this type with the specified name.static CheckpointOptions.AlignmentType[]CheckpointOptions.AlignmentType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.flink.runtime.checkpoint with parameters of type CheckpointOptions.AlignmentTypeModifierConstructorDescriptionCheckpointOptions(SnapshotType checkpointType, CheckpointStorageLocationReference targetLocation, CheckpointOptions.AlignmentType alignmentType, long alignedCheckpointTimeout)