Class StateHandleDownloadSpec


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

      • StateHandleDownloadSpec

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

      • getStateHandle

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

        public Path getDownloadDestination()
      • createLocalStateHandleForDownloadedState

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