Uses of Class
org.elasticsearch.cluster.SnapshotsInProgress.ShardState
-
Packages that use SnapshotsInProgress.ShardState Package Description org.elasticsearch.cluster -
-
Uses of SnapshotsInProgress.ShardState in org.elasticsearch.cluster
Methods in org.elasticsearch.cluster that return SnapshotsInProgress.ShardState Modifier and Type Method Description static SnapshotsInProgress.ShardStateSnapshotsInProgress.ShardState. fromValue(byte value)SnapshotsInProgress.ShardStateSnapshotsInProgress.ShardSnapshotStatus. state()static SnapshotsInProgress.ShardStateSnapshotsInProgress.ShardState. valueOf(String name)Returns the enum constant of this type with the specified name.static SnapshotsInProgress.ShardState[]SnapshotsInProgress.ShardState. 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 SnapshotsInProgress.ShardState Constructor Description ShardSnapshotStatus(String nodeId, SnapshotsInProgress.ShardState state)ShardSnapshotStatus(String nodeId, SnapshotsInProgress.ShardState state, String reason)
-