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