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. workerQueueMethods in org.apache.lucene.monitor that return MonitorQuery Modifier and Type Method Description MonitorQueryMonitorQuerySerializer. deserialize(BytesRef binaryValue)Builds a MonitorQuery from a byte representationMonitorQueryMonitor. getQuery(java.lang.String queryId)Get the MonitorQuery for a given query id(package private) MonitorQueryQueryIndex. getQuery(java.lang.String queryId)Methods in org.apache.lucene.monitor with parameters of type MonitorQuery Modifier and Type Method Description voidConcurrentQueryLoader. 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)voidMonitor. register(MonitorQuery... queries)Add new queries to the monitorBytesRefMonitorQuerySerializer. 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 voidMonitorUpdateListener. 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 voidMonitor. commit(java.util.List<MonitorQuery> updates)(package private) voidQueryIndex. commit(java.util.List<MonitorQuery> updates)voidMonitor. register(java.lang.Iterable<MonitorQuery> queries)Add new queries to the monitor
-