Uses of Class
org.apache.lucene.monitor.Monitor
-
Packages that use Monitor Package Description org.apache.lucene.monitor Monitoring framework -
-
Uses of Monitor in org.apache.lucene.monitor
Fields in org.apache.lucene.monitor declared as Monitor Modifier and Type Field Description private Monitor
ConcurrentQueryLoader. monitor
Constructors in org.apache.lucene.monitor with parameters of type Monitor Constructor Description ConcurrentQueryLoader(Monitor monitor)
Create a new ConcurrentQueryLoader for aMonitor
ConcurrentQueryLoader(Monitor monitor, int threads, int queueSize)
Create a new ConcurrentQueryLoader
-