Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TNodeActivateInfo
-
-
Uses of TNodeActivateInfo in org.apache.iotdb.confignode.rpc.thrift
Methods in org.apache.iotdb.confignode.rpc.thrift that return TNodeActivateInfo Modifier and Type Method Description TNodeActivateInfoTNodeActivateInfo. deepCopy()TNodeActivateInfoTNodeActivateInfo. setStatus(String status)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TNodeActivateInfo Modifier and Type Method Description intTNodeActivateInfo. compareTo(TNodeActivateInfo other)booleanTNodeActivateInfo. equals(TNodeActivateInfo that)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TNodeActivateInfo Constructor Description TNodeActivateInfo(TNodeActivateInfo other)Performs a deep copy on other.
-