private class PartitionMatcher.MatcherWorker extends java.lang.Object implements java.util.concurrent.Callable<MultiMatchingQueries<T>>
Modifier and Type | Field and Description |
---|---|
(package private) CandidateMatcher<T> |
matcher |
(package private) java.util.List<PartitionMatcher.MatchTask> |
tasks |
Modifier | Constructor and Description |
---|---|
private |
MatcherWorker(java.util.List<PartitionMatcher.MatchTask> tasks,
CandidateMatcher<T> matcher) |
Modifier and Type | Method and Description |
---|---|
MultiMatchingQueries<T> |
call() |
final java.util.List<PartitionMatcher.MatchTask> tasks
final CandidateMatcher<T extends QueryMatch> matcher
private MatcherWorker(java.util.List<PartitionMatcher.MatchTask> tasks, CandidateMatcher<T> matcher)
public MultiMatchingQueries<T> call()
call
in interface java.util.concurrent.Callable<MultiMatchingQueries<T extends QueryMatch>>