Writeablepublic static final class SnapshotDeletionsInProgress.Entry extends java.lang.Object implements Writeable
Writeable.Reader<V>, Writeable.Writer<V>| Constructor | Description |
|---|---|
Entry(StreamInput in) |
|
Entry(Snapshot snapshot,
long startTime,
long repositoryStateId) |
| Modifier and Type | Method | 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.IOExceptionpublic Snapshot getSnapshot()
public long getStartTime()
public long getRepositoryStateId()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void writeTo(StreamOutput out) throws java.io.IOException
Writeable