Class QueryStatsData.QueryExecutionStats

  • Enclosing class:
    QueryStatsData

    public class QueryStatsData.QueryExecutionStats
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(long nanos)  
      void read​(long count, long max, long nanos)  
      void scan​(long count, long max)  
      void setInternal​(boolean b)  
      void setThreadName​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • QueryExecutionStats

        public QueryExecutionStats()
    • Method Detail

      • execute

        public void execute​(long nanos)
      • setInternal

        public void setInternal​(boolean b)
      • setThreadName

        public void setThreadName​(java.lang.String name)
      • read

        public void read​(long count,
                         long max,
                         long nanos)
      • scan

        public void scan​(long count,
                         long max)