Package | Description |
---|---|
org.elasticsearch.cluster.metadata |
Modifier and Type | Method and Description |
---|---|
static RestoreMetaData.ShardRestoreStatus |
RestoreMetaData.ShardRestoreStatus.readShardRestoreStatus(StreamInput in)
Reads restore status from stream input
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableMap<ShardId,RestoreMetaData.ShardRestoreStatus> |
RestoreMetaData.Entry.shards()
Returns list of shards that being restore and their status
|
Constructor and Description |
---|
Entry(SnapshotId snapshotId,
RestoreMetaData.State state,
com.google.common.collect.ImmutableList<String> indices,
com.google.common.collect.ImmutableMap<ShardId,RestoreMetaData.ShardRestoreStatus> shards)
Creates new restore metadata
|
Copyright © 2009–2015. All rights reserved.