Class TRenderParseResult

    • Field Detail

      • node_id

        public int node_id
      • execution_time_ms

        public long execution_time_ms
      • render_time_ms

        public long render_time_ms
      • total_time_ms

        public long total_time_ms
    • Constructor Detail

      • TRenderParseResult

        public TRenderParseResult()
      • TRenderParseResult

        public TRenderParseResult​(TMergeType merge_type,
                                  int node_id,
                                  long execution_time_ms,
                                  long render_time_ms,
                                  long total_time_ms)
      • TRenderParseResult

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

      • unsetMerge_type

        public void unsetMerge_type()
      • isSetMerge_type

        public boolean isSetMerge_type()
        Returns true if field merge_type is set (has been assigned a value) and false otherwise
      • setMerge_typeIsSet

        public void setMerge_typeIsSet​(boolean value)
      • getNode_id

        public int getNode_id()
      • unsetNode_id

        public void unsetNode_id()
      • isSetNode_id

        public boolean isSetNode_id()
        Returns true if field node_id is set (has been assigned a value) and false otherwise
      • setNode_idIsSet

        public void setNode_idIsSet​(boolean value)
      • getExecution_time_ms

        public long getExecution_time_ms()
      • setExecution_time_ms

        public TRenderParseResult setExecution_time_ms​(long execution_time_ms)
      • unsetExecution_time_ms

        public void unsetExecution_time_ms()
      • isSetExecution_time_ms

        public boolean isSetExecution_time_ms()
        Returns true if field execution_time_ms is set (has been assigned a value) and false otherwise
      • setExecution_time_msIsSet

        public void setExecution_time_msIsSet​(boolean value)
      • getRender_time_ms

        public long getRender_time_ms()
      • setRender_time_ms

        public TRenderParseResult setRender_time_ms​(long render_time_ms)
      • unsetRender_time_ms

        public void unsetRender_time_ms()
      • isSetRender_time_ms

        public boolean isSetRender_time_ms()
        Returns true if field render_time_ms is set (has been assigned a value) and false otherwise
      • setRender_time_msIsSet

        public void setRender_time_msIsSet​(boolean value)
      • getTotal_time_ms

        public long getTotal_time_ms()
      • unsetTotal_time_ms

        public void unsetTotal_time_ms()
      • isSetTotal_time_ms

        public boolean isSetTotal_time_ms()
        Returns true if field total_time_ms is set (has been assigned a value) and false otherwise
      • setTotal_time_msIsSet

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