Class StateHandleDownloadSpec

java.lang.Object
org.apache.flink.state.rocksdb.StateHandleDownloadSpec

public class StateHandleDownloadSpec extends Object
This class represents a download specification for the content of one IncrementalRemoteKeyedStateHandle to a target Path.
  • Constructor Details

    • StateHandleDownloadSpec

      public StateHandleDownloadSpec(org.apache.flink.runtime.state.IncrementalRemoteKeyedStateHandle stateHandle, Path downloadDestination)
  • Method Details

    • getStateHandle

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

      public Path getDownloadDestination()
    • createLocalStateHandleForDownloadedState

      public org.apache.flink.runtime.state.IncrementalLocalKeyedStateHandle createLocalStateHandleForDownloadedState()
    • toString

      public String toString()
      Overrides:
      toString in class Object