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.IncrementalLocalKeyedStateHandle
createLocalStateHandleForDownloadedState()
Path
getDownloadDestination()
org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle
getStateHandle()
String
toString()
-
-
-
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()
-
-