| Package | Description |
|---|---|
| org.elasticsearch.action.admin.cluster.snapshots.status |
| Modifier and Type | Method and Description |
|---|---|
static SnapshotIndexShardStatus |
SnapshotIndexShardStatus.readShardSnapshotStatus(StreamInput in) |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,SnapshotIndexShardStatus> |
SnapshotIndexStatus.getShards()
A shard id to index snapshot shard status map
|
List<SnapshotIndexShardStatus> |
SnapshotStatus.getShards()
Returns list of snapshot shards
|
Iterator<SnapshotIndexShardStatus> |
SnapshotIndexStatus.iterator() |
com.google.common.collect.ImmutableMap<SnapshotId,com.google.common.collect.ImmutableMap<ShardId,SnapshotIndexShardStatus>> |
TransportNodesSnapshotsStatus.NodeSnapshotStatus.status() |
| Constructor and Description |
|---|
TransportNodesSnapshotsStatus.NodeSnapshotStatus(DiscoveryNode node,
com.google.common.collect.ImmutableMap<SnapshotId,com.google.common.collect.ImmutableMap<ShardId,SnapshotIndexShardStatus>> status) |
Copyright © 2009–2017. All rights reserved.