public static final class SnapshotDeletionsInProgress.Entry extends java.lang.Object implements Writeable
Writeable.Reader<V>, Writeable.Writer<V>
Constructor and Description |
---|
Entry(Snapshot snapshot,
long startTime,
long repositoryStateId) |
Entry(StreamInput in) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
long |
getRepositoryStateId()
The repository state id at the time the snapshot deletion began.
|
Snapshot |
getSnapshot()
The snapshot to delete.
|
long |
getStartTime()
The start time in milliseconds for deleting the snapshots.
|
int |
hashCode() |
void |
writeTo(StreamOutput out)
Write this into the StreamOutput.
|
public Entry(Snapshot snapshot, long startTime, long repositoryStateId)
public Entry(StreamInput in) throws java.io.IOException
java.io.IOException
public Snapshot getSnapshot()
public long getStartTime()
public long getRepositoryStateId()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public void writeTo(StreamOutput out) throws java.io.IOException
Writeable