Class TSFetchResultsReq

    • Field Detail

      • sessionId

        public long sessionId
      • statement

        public String statement
      • fetchSize

        public int fetchSize
      • queryId

        public long queryId
      • isAlign

        public boolean isAlign
      • timeout

        public long timeout
    • Constructor Detail

      • TSFetchResultsReq

        public TSFetchResultsReq()
      • TSFetchResultsReq

        public TSFetchResultsReq​(long sessionId,
                                 String statement,
                                 int fetchSize,
                                 long queryId,
                                 boolean isAlign)
      • TSFetchResultsReq

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

      • getSessionId

        public long getSessionId()
      • unsetSessionId

        public void unsetSessionId()
      • isSetSessionId

        public boolean isSetSessionId()
        Returns true if field sessionId is set (has been assigned a value) and false otherwise
      • setSessionIdIsSet

        public void setSessionIdIsSet​(boolean value)
      • getStatement

        public String getStatement()
      • unsetStatement

        public void unsetStatement()
      • isSetStatement

        public boolean isSetStatement()
        Returns true if field statement is set (has been assigned a value) and false otherwise
      • setStatementIsSet

        public void setStatementIsSet​(boolean value)
      • getFetchSize

        public int getFetchSize()
      • unsetFetchSize

        public void unsetFetchSize()
      • isSetFetchSize

        public boolean isSetFetchSize()
        Returns true if field fetchSize is set (has been assigned a value) and false otherwise
      • setFetchSizeIsSet

        public void setFetchSizeIsSet​(boolean value)
      • getQueryId

        public long getQueryId()
      • unsetQueryId

        public void unsetQueryId()
      • isSetQueryId

        public boolean isSetQueryId()
        Returns true if field queryId is set (has been assigned a value) and false otherwise
      • setQueryIdIsSet

        public void setQueryIdIsSet​(boolean value)
      • isIsAlign

        public boolean isIsAlign()
      • unsetIsAlign

        public void unsetIsAlign()
      • isSetIsAlign

        public boolean isSetIsAlign()
        Returns true if field isAlign is set (has been assigned a value) and false otherwise
      • setIsAlignIsSet

        public void setIsAlignIsSet​(boolean value)
      • getTimeout

        public long getTimeout()
      • unsetTimeout

        public void unsetTimeout()
      • isSetTimeout

        public boolean isSetTimeout()
        Returns true if field timeout is set (has been assigned a value) and false otherwise
      • setTimeoutIsSet

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