Class SnapshotShardsStats

  • All Implemented Interfaces:
    ToXContent


    public class SnapshotShardsStats
    extends Object
    implements ToXContent
    Status of a snapshot shards
    • Method Detail

      • getInitializingShards

        public int getInitializingShards()
        Number of shards with the snapshot in the initializing stage
      • getStartedShards

        public int getStartedShards()
        Number of shards with the snapshot in the started stage
      • getFinalizingShards

        public int getFinalizingShards()
        Number of shards with the snapshot in the finalizing stage
      • getDoneShards

        public int getDoneShards()
        Number of shards with completed snapshot
      • getFailedShards

        public int getFailedShards()
        Number of shards with failed snapshot
      • getTotalShards

        public int getTotalShards()
        Total number of shards