Class TSchemaNode

    • Field Detail

      • nodeName

        public String nodeName
      • nodeType

        public byte nodeType
      • metaDataMap

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

      • TSchemaNode

        public TSchemaNode()
      • TSchemaNode

        public TSchemaNode​(String nodeName,
                           byte nodeType)
      • TSchemaNode

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

      • getNodeName

        public String getNodeName()
      • unsetNodeName

        public void unsetNodeName()
      • isSetNodeName

        public boolean isSetNodeName()
        Returns true if field nodeName is set (has been assigned a value) and false otherwise
      • setNodeNameIsSet

        public void setNodeNameIsSet​(boolean value)
      • getNodeType

        public byte getNodeType()
      • setNodeType

        public TSchemaNode setNodeType​(byte nodeType)
      • unsetNodeType

        public void unsetNodeType()
      • isSetNodeType

        public boolean isSetNodeType()
        Returns true if field nodeType is set (has been assigned a value) and false otherwise
      • setNodeTypeIsSet

        public void setNodeTypeIsSet​(boolean value)
      • isSet

        public boolean isSet​(TSchemaNode._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<TSchemaNode,​TSchemaNode._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