Class SnapshotDeletionsInProgress.Entry

  • All Implemented Interfaces:
    Writeable
    Enclosing class:
    SnapshotDeletionsInProgress

    public static final class SnapshotDeletionsInProgress.Entry
    extends Object
    implements Writeable
    A class representing a snapshot deletion request entry in the cluster state.
    • Method Detail

      • getSnapshot

        public Snapshot getSnapshot()
        The snapshot to delete.
      • getStartTime

        public long getStartTime()
        The start time in milliseconds for deleting the snapshots.
      • getRepositoryStateId

        public long getRepositoryStateId()
        The repository state id at the time the snapshot deletion began.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object