Interface CheckpointBoundKeyedStateHandle

All Superinterfaces:
CompositeStateHandle, KeyedStateHandle, Serializable, StateObject
All Known Subinterfaces:
ChangelogStateBackendHandle, IncrementalKeyedStateHandle
All Known Implementing Classes:
AbstractIncrementalStateHandle, ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl, ChangelogStateBackendLocalHandle, IncrementalLocalKeyedStateHandle, IncrementalRemoteKeyedStateHandle

public interface CheckpointBoundKeyedStateHandle extends KeyedStateHandle
KeyedStateHandle that is bound to a specific checkpoint.
  • Method Details

    • getCheckpointId

      long getCheckpointId()
      Returns the ID of the checkpoint for which the handle was created or used.
    • rebound

      CheckpointBoundKeyedStateHandle rebound(long checkpointId)
      Returns a new CheckpointBoundKeyedStateHandle Rebounding checkpoint id to a specific checkpoint id.
      Parameters:
      checkpointId - rebounded checkpoint id.