Uses of Class
org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotIndexShardStage
-
Packages that use SnapshotIndexShardStage Package Description org.elasticsearch.action.admin.cluster.snapshots.status -
-
Uses of SnapshotIndexShardStage in org.elasticsearch.action.admin.cluster.snapshots.status
Methods in org.elasticsearch.action.admin.cluster.snapshots.status that return SnapshotIndexShardStage Modifier and Type Method Description static SnapshotIndexShardStageSnapshotIndexShardStage. fromValue(byte value)Generate snapshot state from codeSnapshotIndexShardStageSnapshotIndexShardStatus. getStage()Returns snapshot stagestatic SnapshotIndexShardStageSnapshotIndexShardStage. valueOf(String name)Returns the enum constant of this type with the specified name.static SnapshotIndexShardStage[]SnapshotIndexShardStage. values()Returns an array containing the constants of this enum type, in the order they are declared.
-