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 one IncrementalRemoteKeyedStateHandle to a target Path.
  • Constructor Details

    • StateHandleTransferSpec

      public StateHandleTransferSpec(org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle stateHandle, org.apache.flink.core.fs.Path transferDestination)
  • Method Details

    • getStateHandle

      public org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle getStateHandle()
    • getTransferDestination

      public org.apache.flink.core.fs.Path getTransferDestination()
    • toString

      public String toString()
      Overrides:
      toString in class Object