Uses of Class
org.apache.flink.runtime.checkpoint.SnapshotType.SharingFilesStrategy
-
Packages that use SnapshotType.SharingFilesStrategy Package Description org.apache.flink.runtime.checkpoint -
-
Uses of SnapshotType.SharingFilesStrategy in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint that return SnapshotType.SharingFilesStrategy Modifier and Type Method Description SnapshotType.SharingFilesStrategyCheckpointType. getSharingFilesStrategy()SnapshotType.SharingFilesStrategySavepointType. getSharingFilesStrategy()SnapshotType.SharingFilesStrategySnapshotType. getSharingFilesStrategy()static SnapshotType.SharingFilesStrategySnapshotType.SharingFilesStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static SnapshotType.SharingFilesStrategy[]SnapshotType.SharingFilesStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-