Uses of Class
org.apache.flink.runtime.state.DirectoryStateHandle
-
Packages that use DirectoryStateHandle Package Description org.apache.flink.runtime.state -
-
Uses of DirectoryStateHandle in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return DirectoryStateHandle Modifier and Type Method Description abstract DirectoryStateHandle
SnapshotDirectory. completeSnapshotAndGetHandle()
Calling this method completes the snapshot for this snapshot directory, if possible, and creates a correspondingDirectoryStateHandle
that points to the snapshot directory.static DirectoryStateHandle
DirectoryStateHandle. forPathWithSize(Path directory)
DirectoryStateHandle
IncrementalLocalKeyedStateHandle. getDirectoryStateHandle()
Constructors in org.apache.flink.runtime.state with parameters of type DirectoryStateHandle Constructor Description IncrementalLocalKeyedStateHandle(UUID backendIdentifier, long checkpointId, DirectoryStateHandle directoryStateHandle, KeyGroupRange keyGroupRange, StreamStateHandle metaDataState, List<IncrementalKeyedStateHandle.HandleAndLocalPath> sharedState)
-