Uses of Class
org.elasticsearch.cluster.SnapshotsInProgress.ShardSnapshotStatus
-
Packages that use SnapshotsInProgress.ShardSnapshotStatus Package Description org.elasticsearch.cluster org.elasticsearch.snapshots -
-
Uses of SnapshotsInProgress.ShardSnapshotStatus in org.elasticsearch.cluster
Methods in org.elasticsearch.cluster that return types with arguments of type SnapshotsInProgress.ShardSnapshotStatus Modifier and Type Method Description ImmutableOpenMap<ShardId,SnapshotsInProgress.ShardSnapshotStatus>SnapshotsInProgress.Entry. shards()Method parameters in org.elasticsearch.cluster with type arguments of type SnapshotsInProgress.ShardSnapshotStatus Modifier and Type Method Description static booleanSnapshotsInProgress. completed(ObjectContainer<SnapshotsInProgress.ShardSnapshotStatus> shards)Checks if all shards in the list have completed -
Uses of SnapshotsInProgress.ShardSnapshotStatus in org.elasticsearch.snapshots
Methods in org.elasticsearch.snapshots that return SnapshotsInProgress.ShardSnapshotStatus Modifier and Type Method Description SnapshotsInProgress.ShardSnapshotStatusSnapshotShardsService.UpdateIndexShardSnapshotStatusRequest. status()Constructors in org.elasticsearch.snapshots with parameters of type SnapshotsInProgress.ShardSnapshotStatus Constructor Description UpdateIndexShardSnapshotStatusRequest(Snapshot snapshot, ShardId shardId, SnapshotsInProgress.ShardSnapshotStatus status)
-