Class IOCounters
- java.lang.Object
-
- org.apache.jackrabbit.core.query.lucene.IOCounters
-
public class IOCounters extends Object
IOCounters
provides a basic mechanism to track I/O during query execution.
-
-
Constructor Summary
Constructors Constructor Description IOCounters()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long
getReads()
static void
incrRead()
Increments the read count caused by the current thread.
-