Package org.apache.lucene.monitor
Class ParallelMatcher.MatcherWorker
- java.lang.Object
-
- org.apache.lucene.monitor.ParallelMatcher.MatcherWorker
-
- All Implemented Interfaces:
java.util.concurrent.Callable<CandidateMatcher<T>>
- Enclosing class:
- ParallelMatcher<T extends QueryMatch>
private class ParallelMatcher.MatcherWorker extends java.lang.Object implements java.util.concurrent.Callable<CandidateMatcher<T>>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) CandidateMatcher<T>
matcher
-
Constructor Summary
Constructors Modifier Constructor Description private
MatcherWorker(MatcherFactory<T> matcherFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CandidateMatcher<T>
call()
-
-
-
Field Detail
-
matcher
final CandidateMatcher<T extends QueryMatch> matcher
-
-
Constructor Detail
-
MatcherWorker
private MatcherWorker(MatcherFactory<T> matcherFactory)
-
-
Method Detail
-
call
public CandidateMatcher<T> call()
- Specified by:
call
in interfacejava.util.concurrent.Callable<CandidateMatcher<T extends QueryMatch>>
-
-