Class TDataNodeHeartbeatReq

    • Field Detail

      • heartbeatTimestamp

        public long heartbeatTimestamp
      • needJudgeLeader

        public boolean needJudgeLeader
      • needSamplingLoad

        public boolean needSamplingLoad
      • timeSeriesQuotaRemain

        public long timeSeriesQuotaRemain
      • schemaRegionIds

        public List<Integer> schemaRegionIds
      • needPipeMetaList

        public boolean needPipeMetaList
      • deviceQuotaRemain

        public long deviceQuotaRemain
    • Constructor Detail

      • TDataNodeHeartbeatReq

        public TDataNodeHeartbeatReq()
      • TDataNodeHeartbeatReq

        public TDataNodeHeartbeatReq​(long heartbeatTimestamp,
                                     boolean needJudgeLeader,
                                     boolean needSamplingLoad,
                                     long timeSeriesQuotaRemain)
      • TDataNodeHeartbeatReq

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

      • getHeartbeatTimestamp

        public long getHeartbeatTimestamp()
      • setHeartbeatTimestamp

        public TDataNodeHeartbeatReq setHeartbeatTimestamp​(long heartbeatTimestamp)
      • unsetHeartbeatTimestamp

        public void unsetHeartbeatTimestamp()
      • isSetHeartbeatTimestamp

        public boolean isSetHeartbeatTimestamp()
        Returns true if field heartbeatTimestamp is set (has been assigned a value) and false otherwise
      • setHeartbeatTimestampIsSet

        public void setHeartbeatTimestampIsSet​(boolean value)
      • isNeedJudgeLeader

        public boolean isNeedJudgeLeader()
      • unsetNeedJudgeLeader

        public void unsetNeedJudgeLeader()
      • isSetNeedJudgeLeader

        public boolean isSetNeedJudgeLeader()
        Returns true if field needJudgeLeader is set (has been assigned a value) and false otherwise
      • setNeedJudgeLeaderIsSet

        public void setNeedJudgeLeaderIsSet​(boolean value)
      • isNeedSamplingLoad

        public boolean isNeedSamplingLoad()
      • unsetNeedSamplingLoad

        public void unsetNeedSamplingLoad()
      • isSetNeedSamplingLoad

        public boolean isSetNeedSamplingLoad()
        Returns true if field needSamplingLoad is set (has been assigned a value) and false otherwise
      • setNeedSamplingLoadIsSet

        public void setNeedSamplingLoadIsSet​(boolean value)
      • getTimeSeriesQuotaRemain

        public long getTimeSeriesQuotaRemain()
      • setTimeSeriesQuotaRemain

        public TDataNodeHeartbeatReq setTimeSeriesQuotaRemain​(long timeSeriesQuotaRemain)
      • unsetTimeSeriesQuotaRemain

        public void unsetTimeSeriesQuotaRemain()
      • isSetTimeSeriesQuotaRemain

        public boolean isSetTimeSeriesQuotaRemain()
        Returns true if field timeSeriesQuotaRemain is set (has been assigned a value) and false otherwise
      • setTimeSeriesQuotaRemainIsSet

        public void setTimeSeriesQuotaRemainIsSet​(boolean value)
      • getSchemaRegionIdsSize

        public int getSchemaRegionIdsSize()
      • getSchemaRegionIdsIterator

        public Iterator<Integer> getSchemaRegionIdsIterator()
      • addToSchemaRegionIds

        public void addToSchemaRegionIds​(int elem)
      • getSchemaRegionIds

        public List<Integer> getSchemaRegionIds()
      • unsetSchemaRegionIds

        public void unsetSchemaRegionIds()
      • isSetSchemaRegionIds

        public boolean isSetSchemaRegionIds()
        Returns true if field schemaRegionIds is set (has been assigned a value) and false otherwise
      • setSchemaRegionIdsIsSet

        public void setSchemaRegionIdsIsSet​(boolean value)
      • getDataRegionIdsSize

        public int getDataRegionIdsSize()
      • getDataRegionIdsIterator

        public Iterator<Integer> getDataRegionIdsIterator()
      • addToDataRegionIds

        public void addToDataRegionIds​(int elem)
      • getDataRegionIds

        public List<Integer> getDataRegionIds()
      • unsetDataRegionIds

        public void unsetDataRegionIds()
      • isSetDataRegionIds

        public boolean isSetDataRegionIds()
        Returns true if field dataRegionIds is set (has been assigned a value) and false otherwise
      • setDataRegionIdsIsSet

        public void setDataRegionIdsIsSet​(boolean value)
      • getSpaceQuotaUsageSize

        public int getSpaceQuotaUsageSize()
      • putToSpaceQuotaUsage

        public void putToSpaceQuotaUsage​(String key,
                                         TSpaceQuota val)
      • unsetSpaceQuotaUsage

        public void unsetSpaceQuotaUsage()
      • isSetSpaceQuotaUsage

        public boolean isSetSpaceQuotaUsage()
        Returns true if field spaceQuotaUsage is set (has been assigned a value) and false otherwise
      • setSpaceQuotaUsageIsSet

        public void setSpaceQuotaUsageIsSet​(boolean value)
      • isNeedPipeMetaList

        public boolean isNeedPipeMetaList()
      • unsetNeedPipeMetaList

        public void unsetNeedPipeMetaList()
      • isSetNeedPipeMetaList

        public boolean isSetNeedPipeMetaList()
        Returns true if field needPipeMetaList is set (has been assigned a value) and false otherwise
      • setNeedPipeMetaListIsSet

        public void setNeedPipeMetaListIsSet​(boolean value)
      • getDeviceQuotaRemain

        public long getDeviceQuotaRemain()
      • unsetDeviceQuotaRemain

        public void unsetDeviceQuotaRemain()
      • isSetDeviceQuotaRemain

        public boolean isSetDeviceQuotaRemain()
        Returns true if field deviceQuotaRemain is set (has been assigned a value) and false otherwise
      • setDeviceQuotaRemainIsSet

        public void setDeviceQuotaRemainIsSet​(boolean value)
      • unsetActivation

        public void unsetActivation()
      • isSetActivation

        public boolean isSetActivation()
        Returns true if field activation is set (has been assigned a value) and false otherwise
      • setActivationIsSet

        public void setActivationIsSet​(boolean value)
      • 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