Uses of Class
org.apache.flink.runtime.checkpoint.CheckpointOptions.AlignmentType
-
Packages that use CheckpointOptions.AlignmentType Package Description org.apache.flink.runtime.checkpoint -
-
Uses of CheckpointOptions.AlignmentType in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint that return CheckpointOptions.AlignmentType Modifier and Type Method Description CheckpointOptions.AlignmentTypeCheckpointOptions. getAlignment()static CheckpointOptions.AlignmentTypeCheckpointOptions.AlignmentType. valueOf(String name)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.AlignmentType Constructor Description CheckpointOptions(SnapshotType checkpointType, CheckpointStorageLocationReference targetLocation, CheckpointOptions.AlignmentType alignmentType, long alignedCheckpointTimeout)
-