Package org.apache.flink.state.forst
Class StateHandleTransferSpec
- java.lang.Object
-
- org.apache.flink.state.forst.StateHandleTransferSpec
-
public class StateHandleTransferSpec extends Object
This class represents a transfer specification for the content of oneIncrementalRemoteKeyedStateHandleto a targetPath.
-
-
Constructor Summary
Constructors Constructor Description StateHandleTransferSpec(org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle stateHandle, org.apache.flink.core.fs.Path transferDestination)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandlegetStateHandle()org.apache.flink.core.fs.PathgetTransferDestination()StringtoString()
-