Class DescribeHistoryHostResponse

    • Field Detail

      • numberOfShards

        public int numberOfShards
      • shardIDs

        public java.util.List<java.lang.Integer> shardIDs
      • shardControllerStatus

        public java.lang.String shardControllerStatus
      • address

        public java.lang.String address
    • Constructor Detail

      • DescribeHistoryHostResponse

        public DescribeHistoryHostResponse()
      • DescribeHistoryHostResponse

        public DescribeHistoryHostResponse​(DescribeHistoryHostResponse other)
        Performs a deep copy on other.
    • Method Detail

      • getNumberOfShards

        public int getNumberOfShards()
      • unsetNumberOfShards

        public void unsetNumberOfShards()
      • isSetNumberOfShards

        public boolean isSetNumberOfShards()
        Returns true if field numberOfShards is set (has been assigned a value) and false otherwise
      • setNumberOfShardsIsSet

        public void setNumberOfShardsIsSet​(boolean value)
      • getShardIDsSize

        public int getShardIDsSize()
      • getShardIDsIterator

        public java.util.Iterator<java.lang.Integer> getShardIDsIterator()
      • addToShardIDs

        public void addToShardIDs​(int elem)
      • getShardIDs

        public java.util.List<java.lang.Integer> getShardIDs()
      • unsetShardIDs

        public void unsetShardIDs()
      • isSetShardIDs

        public boolean isSetShardIDs()
        Returns true if field shardIDs is set (has been assigned a value) and false otherwise
      • setShardIDsIsSet

        public void setShardIDsIsSet​(boolean value)
      • unsetDomainCache

        public void unsetDomainCache()
      • isSetDomainCache

        public boolean isSetDomainCache()
        Returns true if field domainCache is set (has been assigned a value) and false otherwise
      • setDomainCacheIsSet

        public void setDomainCacheIsSet​(boolean value)
      • getShardControllerStatus

        public java.lang.String getShardControllerStatus()
      • unsetShardControllerStatus

        public void unsetShardControllerStatus()
      • isSetShardControllerStatus

        public boolean isSetShardControllerStatus()
        Returns true if field shardControllerStatus is set (has been assigned a value) and false otherwise
      • setShardControllerStatusIsSet

        public void setShardControllerStatusIsSet​(boolean value)
      • getAddress

        public java.lang.String getAddress()
      • unsetAddress

        public void unsetAddress()
      • isSetAddress

        public boolean isSetAddress()
        Returns true if field address is set (has been assigned a value) and false otherwise
      • setAddressIsSet

        public void setAddressIsSet​(boolean value)
      • equals

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

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • validate

        public void validate()
                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException