Uses of Class
org.apache.lucene.monitor.SlowLog.Entry
-
Packages that use SlowLog.Entry Package Description org.apache.lucene.monitor Monitoring framework -
-
Uses of SlowLog.Entry in org.apache.lucene.monitor
Fields in org.apache.lucene.monitor with type parameters of type SlowLog.Entry Modifier and Type Field Description private java.util.List<SlowLog.Entry>
SlowLog. slowQueries
Methods in org.apache.lucene.monitor that return types with arguments of type SlowLog.Entry Modifier and Type Method Description java.util.Iterator<SlowLog.Entry>
SlowLog. iterator()
Method parameters in org.apache.lucene.monitor with type arguments of type SlowLog.Entry Modifier and Type Method Description (package private) void
SlowLog. addAll(java.lang.Iterable<SlowLog.Entry> queries)
Add all entries to this slow log
-