Package org.apache.flink.state.forst
Class StateHandleTransferSpec
java.lang.Object
org.apache.flink.state.forst.StateHandleTransferSpec
This class represents a transfer specification for the content of one
IncrementalRemoteKeyedStateHandle to a target Path.-
Constructor Summary
ConstructorsConstructorDescriptionStateHandleTransferSpec(org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle stateHandle, org.apache.flink.core.fs.Path transferDestination) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandleorg.apache.flink.core.fs.PathtoString()
-
Constructor Details
-
StateHandleTransferSpec
public StateHandleTransferSpec(org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle stateHandle, org.apache.flink.core.fs.Path transferDestination)
-
-
Method Details