Class GcCycleStats

    • Field Detail

      • started

        public long started
      • finished

        public long finished
      • candidates

        public long candidates
      • inUse

        public long inUse
      • deleted

        public long deleted
      • errors

        public long errors
      • metaDataMap

        public static final Map<GcCycleStats._Fields,​org.apache.thrift.meta_data.FieldMetaData> metaDataMap
    • Constructor Detail

      • GcCycleStats

        public GcCycleStats()
      • GcCycleStats

        public GcCycleStats​(long started,
                            long finished,
                            long candidates,
                            long inUse,
                            long deleted,
                            long errors)
      • GcCycleStats

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

      • getStarted

        public long getStarted()
      • setStarted

        public GcCycleStats setStarted​(long started)
      • unsetStarted

        public void unsetStarted()
      • isSetStarted

        public boolean isSetStarted()
        Returns true if field started is set (has been assigned a value) and false otherwise
      • setStartedIsSet

        public void setStartedIsSet​(boolean value)
      • getFinished

        public long getFinished()
      • setFinished

        public GcCycleStats setFinished​(long finished)
      • unsetFinished

        public void unsetFinished()
      • isSetFinished

        public boolean isSetFinished()
        Returns true if field finished is set (has been assigned a value) and false otherwise
      • setFinishedIsSet

        public void setFinishedIsSet​(boolean value)
      • getCandidates

        public long getCandidates()
      • setCandidates

        public GcCycleStats setCandidates​(long candidates)
      • unsetCandidates

        public void unsetCandidates()
      • isSetCandidates

        public boolean isSetCandidates()
        Returns true if field candidates is set (has been assigned a value) and false otherwise
      • setCandidatesIsSet

        public void setCandidatesIsSet​(boolean value)
      • getInUse

        public long getInUse()
      • unsetInUse

        public void unsetInUse()
      • isSetInUse

        public boolean isSetInUse()
        Returns true if field inUse is set (has been assigned a value) and false otherwise
      • setInUseIsSet

        public void setInUseIsSet​(boolean value)
      • getDeleted

        public long getDeleted()
      • setDeleted

        public GcCycleStats setDeleted​(long deleted)
      • unsetDeleted

        public void unsetDeleted()
      • isSetDeleted

        public boolean isSetDeleted()
        Returns true if field deleted is set (has been assigned a value) and false otherwise
      • setDeletedIsSet

        public void setDeletedIsSet​(boolean value)
      • getErrors

        public long getErrors()
      • setErrors

        public GcCycleStats setErrors​(long errors)
      • unsetErrors

        public void unsetErrors()
      • isSetErrors

        public boolean isSetErrors()
        Returns true if field errors is set (has been assigned a value) and false otherwise
      • setErrorsIsSet

        public void setErrorsIsSet​(boolean value)
      • isSet

        public boolean isSet​(GcCycleStats._Fields field)
        Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
        Specified by:
        isSet in interface org.apache.thrift.TBase<GcCycleStats,​GcCycleStats._Fields>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • read

        public void read​(org.apache.thrift.protocol.TProtocol iprot)
                  throws org.apache.thrift.TException
        Specified by:
        read in interface org.apache.thrift.TSerializable
        Throws:
        org.apache.thrift.TException
      • write

        public void write​(org.apache.thrift.protocol.TProtocol oprot)
                   throws org.apache.thrift.TException
        Specified by:
        write in interface org.apache.thrift.TSerializable
        Throws:
        org.apache.thrift.TException
      • validate

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