Class DataNodeRegisterResp

java.lang.Object
org.apache.iotdb.confignode.consensus.response.datanode.DataNodeRegisterResp
All Implemented Interfaces:
DataSet

public class DataNodeRegisterResp extends Object implements DataSet
  • Constructor Details

    • DataNodeRegisterResp

      public DataNodeRegisterResp()
  • Method Details

    • getStatus

      public TSStatus getStatus()
    • setStatus

      public void setStatus(TSStatus status)
    • setConfigNodeList

      public void setConfigNodeList(List<TConfigNodeLocation> configNodeList)
    • setDataNodeId

      public void setDataNodeId(Integer dataNodeId)
    • setRuntimeConfiguration

      public void setRuntimeConfiguration(TRuntimeConfiguration runtimeConfiguration)
    • convertAllTTLInformation

      public static byte[] convertAllTTLInformation(Map<String,Long> allTTLInformation)
    • convertToRpcDataNodeRegisterResp

      public TDataNodeRegisterResp convertToRpcDataNodeRegisterResp()