Package | Description |
---|---|
org.elasticsearch.cluster.metadata |
Modifier and Type | Method and Description |
---|---|
static SnapshotMetaData.ShardSnapshotStatus |
SnapshotMetaData.ShardSnapshotStatus.readShardSnapshotStatus(StreamInput in) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableMap<ShardId,SnapshotMetaData.ShardSnapshotStatus> |
SnapshotMetaData.Entry.shards() |
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) |
Copyright © 2009–2015. All rights reserved.