Class SnapshotDeletionsInProgress.Entry

java.lang.Object
org.elasticsearch.cluster.SnapshotDeletionsInProgress.Entry
All Implemented Interfaces:
Writeable, RepositoryOperation
Enclosing class:
SnapshotDeletionsInProgress

public static final class SnapshotDeletionsInProgress.Entry
extends java.lang.Object
implements Writeable, RepositoryOperation
A class representing a snapshot deletion request entry in the cluster state.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable

    Writeable.Reader<V>, Writeable.Writer<V>
  • Constructor Summary

    Constructors 
    Constructor Description
    Entry​(StreamInput in)  
    Entry​(Snapshot snapshot, long startTime, long repositoryStateId)  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object o)  
    Snapshot getSnapshot()
    The snapshot to delete.
    long getStartTime()
    The start time in milliseconds for deleting the snapshots.
    int hashCode()  
    java.lang.String repository()
    Name of the repository affected.
    long repositoryStateId()
    The repository state id at the time the operation began.
    void writeTo​(StreamOutput out)
    Write this into the StreamOutput.

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait