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<java.lang.String> indices,
long startTime,
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) |
int |
hashCode() |
boolean |
includeGlobalState() |
java.util.List<java.lang.String> |
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<java.lang.String> indices, long startTime, 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<java.lang.String> indices()
public ImmutableOpenMap<java.lang.String,java.util.List<ShardId>> waitingIndices()
public boolean includeGlobalState()
public boolean partial()
public long startTime()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object