public static class SnapshotsInProgress.Entry
extends java.lang.Object
| Constructor and Description |
|---|
Entry(Snapshot snapshot,
boolean includeGlobalState,
boolean partial,
SnapshotsInProgress.State state,
java.util.List<IndexId> indices,
long startTime,
long repositoryStateId,
ImmutableOpenMap<ShardId,SnapshotsInProgress.ShardSnapshotStatus> shards) |
Entry(SnapshotsInProgress.Entry entry,
ImmutableOpenMap<ShardId,SnapshotsInProgress.ShardSnapshotStatus> shards) |
Entry(SnapshotsInProgress.Entry entry,
SnapshotsInProgress.State state,
ImmutableOpenMap<ShardId,SnapshotsInProgress.ShardSnapshotStatus> shards) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
long |
getRepositoryStateId() |
int |
hashCode() |
boolean |
includeGlobalState() |
java.util.List<IndexId> |
indices() |
boolean |
partial() |
ImmutableOpenMap<ShardId,SnapshotsInProgress.ShardSnapshotStatus> |
shards() |
Snapshot |
snapshot() |
long |
startTime() |
SnapshotsInProgress.State |
state() |
java.lang.String |
toString() |
ImmutableOpenMap<java.lang.String,java.util.List<ShardId>> |
waitingIndices() |
public Entry(Snapshot snapshot, boolean includeGlobalState, boolean partial, SnapshotsInProgress.State state, java.util.List<IndexId> indices, long startTime, long repositoryStateId, ImmutableOpenMap<ShardId,SnapshotsInProgress.ShardSnapshotStatus> shards)
public Entry(SnapshotsInProgress.Entry entry, SnapshotsInProgress.State state, ImmutableOpenMap<ShardId,SnapshotsInProgress.ShardSnapshotStatus> shards)
public Entry(SnapshotsInProgress.Entry entry, ImmutableOpenMap<ShardId,SnapshotsInProgress.ShardSnapshotStatus> shards)
public Snapshot snapshot()
public ImmutableOpenMap<ShardId,SnapshotsInProgress.ShardSnapshotStatus> shards()
public SnapshotsInProgress.State state()
public java.util.List<IndexId> indices()
public ImmutableOpenMap<java.lang.String,java.util.List<ShardId>> waitingIndices()
public boolean includeGlobalState()
public boolean partial()
public long startTime()
public long getRepositoryStateId()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object