Uses of Class
org.elasticsearch.cluster.RestoreInProgress.ShardRestoreStatus
-
Packages that use RestoreInProgress.ShardRestoreStatus Package Description org.elasticsearch.cluster org.elasticsearch.snapshots -
-
Uses of RestoreInProgress.ShardRestoreStatus in org.elasticsearch.cluster
Methods in org.elasticsearch.cluster that return RestoreInProgress.ShardRestoreStatus Modifier and Type Method Description static RestoreInProgress.ShardRestoreStatusRestoreInProgress.ShardRestoreStatus. readShardRestoreStatus(StreamInput in)Reads restore status from stream inputMethods in org.elasticsearch.cluster that return types with arguments of type RestoreInProgress.ShardRestoreStatus Modifier and Type Method Description ImmutableOpenMap<ShardId,RestoreInProgress.ShardRestoreStatus>RestoreInProgress.Entry. shards()Returns list of shards that being restore and their statusConstructor parameters in org.elasticsearch.cluster with type arguments of type RestoreInProgress.ShardRestoreStatus Constructor Description Entry(String uuid, Snapshot snapshot, RestoreInProgress.State state, List<String> indices, ImmutableOpenMap<ShardId,RestoreInProgress.ShardRestoreStatus> shards)Creates new restore metadata -
Uses of RestoreInProgress.ShardRestoreStatus in org.elasticsearch.snapshots
Method parameters in org.elasticsearch.snapshots with type arguments of type RestoreInProgress.ShardRestoreStatus Modifier and Type Method Description static booleanRestoreService. completed(ImmutableOpenMap<ShardId,RestoreInProgress.ShardRestoreStatus> shards)static intRestoreService. failedShards(ImmutableOpenMap<ShardId,RestoreInProgress.ShardRestoreStatus> shards)static RestoreInProgress.StateRestoreService. overallState(RestoreInProgress.State nonCompletedState, ImmutableOpenMap<ShardId,RestoreInProgress.ShardRestoreStatus> shards)
-