Class TSRawDataQueryReq

    • Field Detail

      • sessionId

        public long sessionId
      • fetchSize

        public int fetchSize
      • startTime

        public long startTime
      • endTime

        public long endTime
      • statementId

        public long statementId
      • enableRedirectQuery

        public boolean enableRedirectQuery
      • jdbcQuery

        public boolean jdbcQuery
      • timeout

        public long timeout
      • legalPathNodes

        public boolean legalPathNodes
    • Constructor Detail

      • TSRawDataQueryReq

        public TSRawDataQueryReq()
      • TSRawDataQueryReq

        public TSRawDataQueryReq​(long sessionId,
                                 List<String> paths,
                                 long startTime,
                                 long endTime,
                                 long statementId)
      • TSRawDataQueryReq

        public TSRawDataQueryReq​(TSRawDataQueryReq 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)
      • getPathsSize

        public int getPathsSize()
      • addToPaths

        public void addToPaths​(String elem)
      • unsetPaths

        public void unsetPaths()
      • isSetPaths

        public boolean isSetPaths()
        Returns true if field paths is set (has been assigned a value) and false otherwise
      • setPathsIsSet

        public void setPathsIsSet​(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)
      • getStartTime

        public long getStartTime()
      • unsetStartTime

        public void unsetStartTime()
      • isSetStartTime

        public boolean isSetStartTime()
        Returns true if field startTime is set (has been assigned a value) and false otherwise
      • setStartTimeIsSet

        public void setStartTimeIsSet​(boolean value)
      • getEndTime

        public long getEndTime()
      • unsetEndTime

        public void unsetEndTime()
      • isSetEndTime

        public boolean isSetEndTime()
        Returns true if field endTime is set (has been assigned a value) and false otherwise
      • setEndTimeIsSet

        public void setEndTimeIsSet​(boolean value)
      • getStatementId

        public long getStatementId()
      • unsetStatementId

        public void unsetStatementId()
      • isSetStatementId

        public boolean isSetStatementId()
        Returns true if field statementId is set (has been assigned a value) and false otherwise
      • setStatementIdIsSet

        public void setStatementIdIsSet​(boolean value)
      • isEnableRedirectQuery

        public boolean isEnableRedirectQuery()
      • setEnableRedirectQuery

        public TSRawDataQueryReq setEnableRedirectQuery​(boolean enableRedirectQuery)
      • unsetEnableRedirectQuery

        public void unsetEnableRedirectQuery()
      • isSetEnableRedirectQuery

        public boolean isSetEnableRedirectQuery()
        Returns true if field enableRedirectQuery is set (has been assigned a value) and false otherwise
      • setEnableRedirectQueryIsSet

        public void setEnableRedirectQueryIsSet​(boolean value)
      • isJdbcQuery

        public boolean isJdbcQuery()
      • unsetJdbcQuery

        public void unsetJdbcQuery()
      • isSetJdbcQuery

        public boolean isSetJdbcQuery()
        Returns true if field jdbcQuery is set (has been assigned a value) and false otherwise
      • setJdbcQueryIsSet

        public void setJdbcQueryIsSet​(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)
      • isLegalPathNodes

        public boolean isLegalPathNodes()
      • setLegalPathNodes

        public TSRawDataQueryReq setLegalPathNodes​(boolean legalPathNodes)
      • unsetLegalPathNodes

        public void unsetLegalPathNodes()
      • isSetLegalPathNodes

        public boolean isSetLegalPathNodes()
        Returns true if field legalPathNodes is set (has been assigned a value) and false otherwise
      • setLegalPathNodesIsSet

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