public static class SnapshotsInProgress.Entry extends Object
Constructor and Description |
---|
SnapshotsInProgress.Entry(SnapshotId snapshotId,
boolean includeGlobalState,
SnapshotsInProgress.State state,
List<String> indices,
long startTime,
com.google.common.collect.ImmutableMap<ShardId,SnapshotsInProgress.ShardSnapshotStatus> shards) |
SnapshotsInProgress.Entry(SnapshotsInProgress.Entry entry,
com.google.common.collect.ImmutableMap<ShardId,SnapshotsInProgress.ShardSnapshotStatus> shards) |
SnapshotsInProgress.Entry(SnapshotsInProgress.Entry entry,
SnapshotsInProgress.State state,
com.google.common.collect.ImmutableMap<ShardId,SnapshotsInProgress.ShardSnapshotStatus> shards) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
includeGlobalState() |
List<String> |
indices() |
com.google.common.collect.ImmutableMap<ShardId,SnapshotsInProgress.ShardSnapshotStatus> |
shards() |
SnapshotId |
snapshotId() |
long |
startTime() |
SnapshotsInProgress.State |
state() |
com.google.common.collect.ImmutableMap<String,List<ShardId>> |
waitingIndices() |
public SnapshotsInProgress.Entry(SnapshotId snapshotId, boolean includeGlobalState, SnapshotsInProgress.State state, List<String> indices, long startTime, com.google.common.collect.ImmutableMap<ShardId,SnapshotsInProgress.ShardSnapshotStatus> shards)
public SnapshotsInProgress.Entry(SnapshotsInProgress.Entry entry, SnapshotsInProgress.State state, com.google.common.collect.ImmutableMap<ShardId,SnapshotsInProgress.ShardSnapshotStatus> shards)
public SnapshotsInProgress.Entry(SnapshotsInProgress.Entry entry, com.google.common.collect.ImmutableMap<ShardId,SnapshotsInProgress.ShardSnapshotStatus> shards)
public SnapshotId snapshotId()
public com.google.common.collect.ImmutableMap<ShardId,SnapshotsInProgress.ShardSnapshotStatus> shards()
public SnapshotsInProgress.State state()
public boolean includeGlobalState()
public long startTime()
Copyright © 2009–2017. All rights reserved.