Uses of Class
org.apache.flink.runtime.state.SnapshotDirectory
-
Packages that use SnapshotDirectory Package Description org.apache.flink.runtime.state -
-
Uses of SnapshotDirectory in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return SnapshotDirectory Modifier and Type Method Description static SnapshotDirectorySnapshotDirectory. permanent(Path directory)Creates a permanent snapshot directory for the given path, which will not delete the underlying directory incleanup()aftercompleteSnapshotAndGetHandle()was called.static SnapshotDirectorySnapshotDirectory. temporary(File directory)Creates a local temporary snapshot directory for the given path.
-