Class StateHandleDownloadSpec
- java.lang.Object
-
- org.apache.flink.contrib.streaming.state.StateHandleDownloadSpec
-
-
Constructor Summary
Constructors Constructor Description StateHandleDownloadSpec(org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle stateHandle, Path downloadDestination)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.flink.runtime.state.IncrementalLocalKeyedStateHandlecreateLocalStateHandleForDownloadedState()PathgetDownloadDestination()org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandlegetStateHandle()
-
-
-
Constructor Detail
-
StateHandleDownloadSpec
public StateHandleDownloadSpec(org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle stateHandle, Path downloadDestination)
-
-
Method Detail
-
getStateHandle
public org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle getStateHandle()
-
getDownloadDestination
public Path getDownloadDestination()
-
createLocalStateHandleForDownloadedState
public org.apache.flink.runtime.state.IncrementalLocalKeyedStateHandle createLocalStateHandleForDownloadedState()
-
-