| Package | Description |
|---|---|
| org.elasticsearch.cluster | |
| org.elasticsearch.snapshots |
| Modifier and Type | Method and Description |
|---|---|
static SnapshotsInProgress.ShardSnapshotStatus |
SnapshotsInProgress.ShardSnapshotStatus.readShardSnapshotStatus(StreamInput in) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableMap<ShardId,SnapshotsInProgress.ShardSnapshotStatus> |
SnapshotsInProgress.Entry.shards() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
SnapshotsInProgress.completed(Collection<SnapshotsInProgress.ShardSnapshotStatus> shards)
Checks if all shards in the list have completed
|
| Constructor and Description |
|---|
SnapshotsInProgress.Entry(SnapshotId snapshotId,
boolean includeGlobalState,
SnapshotsInProgress.State state,
List<String> indices,
long startTime,
com.google.common.collect.ImmutableMap<ShardId,SnapshotsInProgress.ShardSnapshotStatus> shards) |
SnapshotsInProgress.Entry(SnapshotsInProgress.Entry entry,
com.google.common.collect.ImmutableMap<ShardId,SnapshotsInProgress.ShardSnapshotStatus> shards) |
SnapshotsInProgress.Entry(SnapshotsInProgress.Entry entry,
SnapshotsInProgress.State state,
com.google.common.collect.ImmutableMap<ShardId,SnapshotsInProgress.ShardSnapshotStatus> shards) |
| Modifier and Type | Method and Description |
|---|---|
SnapshotsInProgress.ShardSnapshotStatus |
SnapshotShardsService.UpdateIndexShardSnapshotStatusRequest.status() |
| Modifier and Type | Method and Description |
|---|---|
void |
SnapshotShardsService.updateIndexShardSnapshotStatus(SnapshotId snapshotId,
ShardId shardId,
SnapshotsInProgress.ShardSnapshotStatus status)
Updates the shard status
|
| Constructor and Description |
|---|
SnapshotShardsService.UpdateIndexShardSnapshotStatusRequest(SnapshotId snapshotId,
ShardId shardId,
SnapshotsInProgress.ShardSnapshotStatus status) |
Copyright © 2009–2017. All rights reserved.