Class ClusterIndexHealth

    • Constructor Detail

      • ClusterIndexHealth

        public ClusterIndexHealth​(StreamInput in)
                           throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getIndex

        public java.lang.String getIndex()
      • getNumberOfShards

        public int getNumberOfShards()
      • getNumberOfReplicas

        public int getNumberOfReplicas()
      • getActiveShards

        public int getActiveShards()
      • getRelocatingShards

        public int getRelocatingShards()
      • getActivePrimaryShards

        public int getActivePrimaryShards()
      • getInitializingShards

        public int getInitializingShards()
      • getUnassignedShards

        public int getUnassignedShards()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • 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