Uses of Class
org.apache.lucene.monitor.MonitorQuery
Packages that use MonitorQuery
-
Uses of MonitorQuery in org.apache.lucene.monitor
Fields in org.apache.lucene.monitor with type parameters of type MonitorQueryModifier and TypeFieldDescriptionprivate final BlockingQueue
<MonitorQuery> ConcurrentQueryLoader.queue
(package private) final List
<MonitorQuery> ConcurrentQueryLoader.Worker.workerQueue
Methods in org.apache.lucene.monitor that return MonitorQueryModifier and TypeMethodDescriptionMonitorQuerySerializer.deserialize
(BytesRef binaryValue) Builds a MonitorQuery from a byte representationGet the MonitorQuery for a given query idMethods in org.apache.lucene.monitor with parameters of type MonitorQueryModifier and TypeMethodDescriptionvoid
ConcurrentQueryLoader.add
(MonitorQuery mq) Add a MonitorQuery to the loader's internal buffer(package private) static List
<QueryCacheEntry> QueryCacheEntry.decompose
(MonitorQuery mq, QueryDecomposer decomposer) void
Monitor.register
(MonitorQuery... queries) Add new queries to the monitorMonitorQuerySerializer.serialize
(MonitorQuery query) Converts a MonitorQuery into a byte representationMethod parameters in org.apache.lucene.monitor with type arguments of type MonitorQueryModifier and TypeMethodDescriptiondefault void
MonitorUpdateListener.afterUpdate
(List<MonitorQuery> updates) Called after a set of queries have been added to the Monitor's query indexprivate List
<WritableQueryIndex.Indexable> WritableQueryIndex.buildIndexables
(List<MonitorQuery> updates) private void
Monitor.commit
(List<MonitorQuery> updates) (package private) abstract void
QueryIndex.commit
(List<MonitorQuery> updates) void
ReadonlyQueryIndex.commit
(List<MonitorQuery> updates) void
WritableQueryIndex.commit
(List<MonitorQuery> updates) private void
WritableQueryIndex.commitWithoutNotify
(List<MonitorQuery> updates) void
Monitor.register
(Iterable<MonitorQuery> queries) Add new queries to the monitor