Class SnapshotShardsStats

    • Constructor Detail

      • SnapshotShardsStats

        public SnapshotShardsStats​(int initializingShards,
                                   int startedShards,
                                   int finalizingShards,
                                   int doneShards,
                                   int failedShards,
                                   int totalShards)
    • 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
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object