Interface IncrementalKeyedStateHandle

All Superinterfaces:
CheckpointBoundKeyedStateHandle, CompositeStateHandle, KeyedStateHandle, Serializable, StateObject
All Known Implementing Classes:
AbstractIncrementalStateHandle, IncrementalLocalKeyedStateHandle, IncrementalRemoteKeyedStateHandle

public interface IncrementalKeyedStateHandle extends KeyedStateHandle, CheckpointBoundKeyedStateHandle
Common interface to all incremental KeyedStateHandle.
  • Method Details

    • getBackendIdentifier

      @Nonnull UUID getBackendIdentifier()
      Returns the identifier of the state backend from which this handle was created.
    • getSharedStateHandles

      @Nonnull List<IncrementalKeyedStateHandle.HandleAndLocalPath> getSharedStateHandles()
      Returns a list of all shared states and the corresponding localPath in the backend at the time this was created.
    • getMetaDataStateHandle

      @Nonnull StreamStateHandle getMetaDataStateHandle()