Uses of Class
org.apache.iotdb.common.rpc.thrift.TSchemaNode
-
-
Uses of TSchemaNode in org.apache.iotdb.common.rpc.thrift
Methods in org.apache.iotdb.common.rpc.thrift that return TSchemaNode Modifier and Type Method Description TSchemaNodeTSchemaNode. deepCopy()TSchemaNodeTSchemaNode. setNodeName(String nodeName)TSchemaNodeTSchemaNode. setNodeType(byte nodeType)Methods in org.apache.iotdb.common.rpc.thrift with parameters of type TSchemaNode Modifier and Type Method Description intTSchemaNode. compareTo(TSchemaNode other)booleanTSchemaNode. equals(TSchemaNode that)Constructors in org.apache.iotdb.common.rpc.thrift with parameters of type TSchemaNode Constructor Description TSchemaNode(TSchemaNode other)Performs a deep copy on other.
-