Uses of Class
org.elasticsearch.cluster.RestoreInProgress.State
-
Packages that use RestoreInProgress.State Package Description org.elasticsearch.cluster org.elasticsearch.snapshots -
-
Uses of RestoreInProgress.State in org.elasticsearch.cluster
Methods in org.elasticsearch.cluster that return RestoreInProgress.State Modifier and Type Method Description static RestoreInProgress.StateRestoreInProgress.State. fromValue(byte value)Returns state corresponding to state codeRestoreInProgress.StateRestoreInProgress.Entry. state()Returns current restore stateRestoreInProgress.StateRestoreInProgress.ShardRestoreStatus. state()Returns current statestatic RestoreInProgress.StateRestoreInProgress.State. valueOf(String name)Returns the enum constant of this type with the specified name.static RestoreInProgress.State[]RestoreInProgress.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.elasticsearch.cluster with parameters of type RestoreInProgress.State Constructor Description Entry(String uuid, Snapshot snapshot, RestoreInProgress.State state, List<String> indices, ImmutableOpenMap<ShardId,RestoreInProgress.ShardRestoreStatus> shards)Creates new restore metadataShardRestoreStatus(String nodeId, RestoreInProgress.State state)Constructs a new shard restore status in with specified state on the given nodeShardRestoreStatus(String nodeId, RestoreInProgress.State state, String reason)Constructs a new shard restore status in with specified state on the given node with specified failure reason -
Uses of RestoreInProgress.State in org.elasticsearch.snapshots
Methods in org.elasticsearch.snapshots that return RestoreInProgress.State Modifier and Type Method Description static RestoreInProgress.StateRestoreService. overallState(RestoreInProgress.State nonCompletedState, ImmutableOpenMap<ShardId,RestoreInProgress.ShardRestoreStatus> shards)Methods in org.elasticsearch.snapshots with parameters of type RestoreInProgress.State Modifier and Type Method Description static RestoreInProgress.StateRestoreService. overallState(RestoreInProgress.State nonCompletedState, ImmutableOpenMap<ShardId,RestoreInProgress.ShardRestoreStatus> shards)
-