Package org.apache.flink.state.rocksdb
Class StateHandleDownloadSpec
java.lang.Object
org.apache.flink.state.rocksdb.StateHandleDownloadSpec
This class represents a download specification for the content of one
IncrementalRemoteKeyedStateHandle to a target Path.-
Constructor Summary
ConstructorsConstructorDescriptionStateHandleDownloadSpec(org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle stateHandle, Path downloadDestination) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.runtime.state.IncrementalLocalKeyedStateHandleorg.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandletoString()
-
Constructor Details
-
StateHandleDownloadSpec
public StateHandleDownloadSpec(org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle stateHandle, Path downloadDestination)
-
-
Method Details
-
getStateHandle
public org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle getStateHandle() -
getDownloadDestination
-
createLocalStateHandleForDownloadedState
public org.apache.flink.runtime.state.IncrementalLocalKeyedStateHandle createLocalStateHandleForDownloadedState() -
toString
-