Class IOCounters
- java.lang.Object
-
- org.apache.jackrabbit.core.query.lucene.IOCounters
-
public class IOCounters extends Object
IOCountersprovides 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 longgetReads()static voidincrRead()Increments the read count caused by the current thread.
-