Uses of Class
org.elasticsearch.index.snapshots.IndexShardSnapshotStatus.Stage
-
Packages that use IndexShardSnapshotStatus.Stage Package Description org.elasticsearch.index.snapshots -
-
Uses of IndexShardSnapshotStatus.Stage in org.elasticsearch.index.snapshots
Methods in org.elasticsearch.index.snapshots that return IndexShardSnapshotStatus.Stage Modifier and Type Method Description IndexShardSnapshotStatus.StageIndexShardSnapshotStatus.Copy. getStage()static IndexShardSnapshotStatus.StageIndexShardSnapshotStatus.Stage. valueOf(String name)Returns the enum constant of this type with the specified name.static IndexShardSnapshotStatus.Stage[]IndexShardSnapshotStatus.Stage. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.elasticsearch.index.snapshots with parameters of type IndexShardSnapshotStatus.Stage Constructor Description Copy(IndexShardSnapshotStatus.Stage stage, long startTime, long totalTime, int incrementalFileCount, int totalFileCount, int processedFileCount, long incrementalSize, long totalSize, long processedSize, long indexVersion, String failure)
-