Package com.yahoo.search.dispatch.rpc
Class RpcInvokerFactory
java.lang.Object
com.yahoo.search.dispatch.InvokerFactory
com.yahoo.search.dispatch.rpc.RpcInvokerFactory
- Author:
- ollivir
-
Field Summary
Fields inherited from class com.yahoo.search.dispatch.InvokerFactory
searchCluster
-
Constructor Summary
ConstructorDescriptionRpcInvokerFactory
(RpcResourcePool rpcResourcePool, SearchCluster searchCluster) -
Method Summary
Modifier and TypeMethodDescriptioncreateFillInvoker
(VespaBackEndSearcher searcher, Result result) protected Optional<SearchInvoker>
createNodeSearchInvoker
(VespaBackEndSearcher searcher, Query query, int maxHits, Node node) Methods inherited from class com.yahoo.search.dispatch.InvokerFactory
createCoverageErrorInvoker, release
-
Constructor Details
-
RpcInvokerFactory
-
-
Method Details
-
createNodeSearchInvoker
protected Optional<SearchInvoker> createNodeSearchInvoker(VespaBackEndSearcher searcher, Query query, int maxHits, Node node) - Specified by:
createNodeSearchInvoker
in classInvokerFactory
-
createFillInvoker
- Specified by:
createFillInvoker
in classInvokerFactory
-