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