Class TGetDatabaseReq

    • Constructor Detail

      • TGetDatabaseReq

        public TGetDatabaseReq()
      • TGetDatabaseReq

        public TGetDatabaseReq​(List<String> databasePathPattern,
                               ByteBuffer scopePatternTree)
      • TGetDatabaseReq

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

      • getDatabasePathPatternSize

        public int getDatabasePathPatternSize()
      • getDatabasePathPatternIterator

        public Iterator<String> getDatabasePathPatternIterator()
      • addToDatabasePathPattern

        public void addToDatabasePathPattern​(String elem)
      • getDatabasePathPattern

        public List<String> getDatabasePathPattern()
      • unsetDatabasePathPattern

        public void unsetDatabasePathPattern()
      • isSetDatabasePathPattern

        public boolean isSetDatabasePathPattern()
        Returns true if field databasePathPattern is set (has been assigned a value) and false otherwise
      • setDatabasePathPatternIsSet

        public void setDatabasePathPatternIsSet​(boolean value)
      • getScopePatternTree

        public byte[] getScopePatternTree()
      • bufferForScopePatternTree

        public ByteBuffer bufferForScopePatternTree()
      • setScopePatternTree

        public TGetDatabaseReq setScopePatternTree​(byte[] scopePatternTree)
      • unsetScopePatternTree

        public void unsetScopePatternTree()
      • isSetScopePatternTree

        public boolean isSetScopePatternTree()
        Returns true if field scopePatternTree is set (has been assigned a value) and false otherwise
      • setScopePatternTreeIsSet

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