private static class Monitor.StandardQueryCollector<T extends QueryMatch> extends java.lang.Object implements QueryIndex.QueryCollector
Modifier and Type | Field and Description |
---|---|
(package private) CandidateMatcher<T> |
matcher |
(package private) int |
queryCount |
Modifier | Constructor and Description |
---|---|
private |
StandardQueryCollector(CandidateMatcher<T> matcher) |
Modifier and Type | Method and Description |
---|---|
void |
matchQuery(java.lang.String id,
QueryCacheEntry query,
QueryIndex.DataValues dataValues) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
scoreMode
final CandidateMatcher<T extends QueryMatch> matcher
int queryCount
private StandardQueryCollector(CandidateMatcher<T> matcher)
public void matchQuery(java.lang.String id, QueryCacheEntry query, QueryIndex.DataValues dataValues) throws java.io.IOException
matchQuery
in interface QueryIndex.QueryCollector
java.io.IOException