Class TSchemaFetchRequest

    • Field Detail

      • serializedPathPatternTree

        public ByteBuffer serializedPathPatternTree
      • isPrefixMatchPath

        public boolean isPrefixMatchPath
    • Constructor Detail

      • TSchemaFetchRequest

        public TSchemaFetchRequest()
      • TSchemaFetchRequest

        public TSchemaFetchRequest​(ByteBuffer serializedPathPatternTree,
                                   boolean isPrefixMatchPath)
      • TSchemaFetchRequest

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

      • getSerializedPathPatternTree

        public byte[] getSerializedPathPatternTree()
      • bufferForSerializedPathPatternTree

        public ByteBuffer bufferForSerializedPathPatternTree()
      • setSerializedPathPatternTree

        public TSchemaFetchRequest setSerializedPathPatternTree​(byte[] serializedPathPatternTree)
      • unsetSerializedPathPatternTree

        public void unsetSerializedPathPatternTree()
      • isSetSerializedPathPatternTree

        public boolean isSetSerializedPathPatternTree()
        Returns true if field serializedPathPatternTree is set (has been assigned a value) and false otherwise
      • setSerializedPathPatternTreeIsSet

        public void setSerializedPathPatternTreeIsSet​(boolean value)
      • isIsPrefixMatchPath

        public boolean isIsPrefixMatchPath()
      • setIsPrefixMatchPath

        public TSchemaFetchRequest setIsPrefixMatchPath​(boolean isPrefixMatchPath)
      • unsetIsPrefixMatchPath

        public void unsetIsPrefixMatchPath()
      • isSetIsPrefixMatchPath

        public boolean isSetIsPrefixMatchPath()
        Returns true if field isPrefixMatchPath is set (has been assigned a value) and false otherwise
      • setIsPrefixMatchPathIsSet

        public void setIsPrefixMatchPathIsSet​(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