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 DirectoryStateHandleSnapshotDirectory. completeSnapshotAndGetHandle()Calling this method completes the snapshot for this snapshot directory, if possible, and creates a correspondingDirectoryStateHandlethat points to the snapshot directory.static DirectoryStateHandleDirectoryStateHandle. forPathWithSize(Path directory)DirectoryStateHandleIncrementalLocalKeyedStateHandle. 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)
-