Uses of Class
org.apache.flink.runtime.state.DirectoryStateHandle
Packages that use DirectoryStateHandle
-
Uses of DirectoryStateHandle in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return DirectoryStateHandleModifier and TypeMethodDescriptionabstract 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) IncrementalLocalKeyedStateHandle.getDirectoryStateHandle()Constructors in org.apache.flink.runtime.state with parameters of type DirectoryStateHandleModifierConstructorDescriptionIncrementalLocalKeyedStateHandle(UUID backendIdentifier, long checkpointId, DirectoryStateHandle directoryStateHandle, KeyGroupRange keyGroupRange, StreamStateHandle metaDataState, List<IncrementalKeyedStateHandle.HandleAndLocalPath> sharedState)