Module org.apache.lucene.monitor
Package org.apache.lucene.monitor
Class PartitionMatcher.MatcherWorker
java.lang.Object
org.apache.lucene.monitor.PartitionMatcher.MatcherWorker
- All Implemented Interfaces:
Callable<MultiMatchingQueries<T>>
- Enclosing class:
PartitionMatcher<T extends QueryMatch>
private class PartitionMatcher.MatcherWorker
extends Object
implements Callable<MultiMatchingQueries<T>>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final CandidateMatcher
<T> (package private) final List
<PartitionMatcher.MatchTask> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
MatcherWorker
(List<PartitionMatcher.MatchTask> tasks, CandidateMatcher<T> matcher) -
Method Summary
-
Field Details
-
tasks
-
matcher
-
-
Constructor Details
-
MatcherWorker
-
-
Method Details
-
call
- Specified by:
call
in interfaceCallable<MultiMatchingQueries<T extends QueryMatch>>
-