Class StateHandleTransferSpec


  • public class StateHandleTransferSpec
    extends Object
    This class represents a transfer specification for the content of one IncrementalRemoteKeyedStateHandle to a target Path.
    • Constructor Detail

      • StateHandleTransferSpec

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

      • getStateHandle

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

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