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.workerQueueMethods 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 id(package private) MonitorQueryMethods in org.apache.lucene.monitor with parameters of type MonitorQueryModifier and TypeMethodDescriptionvoidConcurrentQueryLoader.add(MonitorQuery mq) Add a MonitorQuery to the loader's internal buffer(package private) static List<QueryCacheEntry> QueryCacheEntry.decompose(MonitorQuery mq, QueryDecomposer decomposer) voidMonitor.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 voidMonitorUpdateListener.afterUpdate(List<MonitorQuery> updates) Called after a set of queries have been added to the Monitor's query indexprivate List<QueryIndex.Indexable> QueryIndex.buildIndexables(List<MonitorQuery> updates) private voidMonitor.commit(List<MonitorQuery> updates) (package private) voidQueryIndex.commit(List<MonitorQuery> updates) voidMonitor.register(Iterable<MonitorQuery> queries) Add new queries to the monitor