Class TSAggregationQueryReq

    • Field Detail

      • sessionId

        public long sessionId
      • statementId

        public long statementId
      • startTime

        public long startTime
      • endTime

        public long endTime
      • interval

        public long interval
      • slidingStep

        public long slidingStep
      • fetchSize

        public int fetchSize
      • timeout

        public long timeout
      • legalPathNodes

        public boolean legalPathNodes
    • Constructor Detail

      • TSAggregationQueryReq

        public TSAggregationQueryReq()
      • TSAggregationQueryReq

        public TSAggregationQueryReq​(long sessionId,
                                     long statementId,
                                     List<String> paths,
                                     List<TAggregationType> aggregations)
      • TSAggregationQueryReq

        public TSAggregationQueryReq​(TSAggregationQueryReq 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)
      • 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)
      • 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)
      • getAggregationsSize

        public int getAggregationsSize()
      • unsetAggregations

        public void unsetAggregations()
      • isSetAggregations

        public boolean isSetAggregations()
        Returns true if field aggregations is set (has been assigned a value) and false otherwise
      • setAggregationsIsSet

        public void setAggregationsIsSet​(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)
      • getInterval

        public long getInterval()
      • unsetInterval

        public void unsetInterval()
      • isSetInterval

        public boolean isSetInterval()
        Returns true if field interval is set (has been assigned a value) and false otherwise
      • setIntervalIsSet

        public void setIntervalIsSet​(boolean value)
      • getSlidingStep

        public long getSlidingStep()
      • unsetSlidingStep

        public void unsetSlidingStep()
      • isSetSlidingStep

        public boolean isSetSlidingStep()
        Returns true if field slidingStep is set (has been assigned a value) and false otherwise
      • setSlidingStepIsSet

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