Class IOCounters


  • public class IOCounters
    extends Object
    IOCounters provides a basic mechanism to track I/O during query execution.
    • Constructor Detail

      • IOCounters

        public IOCounters()
    • Method Detail

      • getReads

        public static long getReads()
        Returns:
        the current read count for caused by the current thread.
      • incrRead

        public static void incrRead()
        Increments the read count caused by the current thread.