Uses of Class
org.apache.lucene.monitor.MonitorQuery
-
Packages that use MonitorQuery Package Description org.apache.lucene.monitor Monitoring framework -
-
Uses of MonitorQuery in org.apache.lucene.monitor
Fields in org.apache.lucene.monitor with type parameters of type MonitorQuery Modifier and Type Field Description private java.util.concurrent.BlockingQueue<MonitorQuery>
ConcurrentQueryLoader. queue
(package private) java.util.List<MonitorQuery>
ConcurrentQueryLoader.Worker. workerQueue
Methods in org.apache.lucene.monitor that return MonitorQuery Modifier and Type Method Description MonitorQuery
MonitorQuerySerializer. deserialize(BytesRef binaryValue)
Builds a MonitorQuery from a byte representationMonitorQuery
Monitor. getQuery(java.lang.String queryId)
Get the MonitorQuery for a given query id(package private) MonitorQuery
QueryIndex. getQuery(java.lang.String queryId)
Methods in org.apache.lucene.monitor with parameters of type MonitorQuery Modifier and Type Method Description void
ConcurrentQueryLoader. add(MonitorQuery mq)
Add a MonitorQuery to the loader's internal buffer(package private) static java.util.List<QueryCacheEntry>
QueryCacheEntry. decompose(MonitorQuery mq, QueryDecomposer decomposer)
void
Monitor. register(MonitorQuery... queries)
Add new queries to the monitorBytesRef
MonitorQuerySerializer. serialize(MonitorQuery query)
Converts a MonitorQuery into a byte representationMethod parameters in org.apache.lucene.monitor with type arguments of type MonitorQuery Modifier and Type Method Description default void
MonitorUpdateListener. afterUpdate(java.util.List<MonitorQuery> updates)
Called after a set of queries have been added to the Monitor's query indexprivate java.util.List<QueryIndex.Indexable>
QueryIndex. buildIndexables(java.util.List<MonitorQuery> updates)
private void
Monitor. commit(java.util.List<MonitorQuery> updates)
(package private) void
QueryIndex. commit(java.util.List<MonitorQuery> updates)
void
Monitor. register(java.lang.Iterable<MonitorQuery> queries)
Add new queries to the monitor
-