Package com.yahoo.search.dispatch.rpc
Class RpcInvokerFactory
java.lang.Object
com.yahoo.search.dispatch.InvokerFactory
com.yahoo.search.dispatch.rpc.RpcInvokerFactory
- Author:
- ollivir
-
Constructor Summary
ConstructorsConstructorDescriptionRpcInvokerFactory(RpcConnectionPool rpcResourcePool, SearchGroups cluster, com.yahoo.vespa.config.search.DispatchConfig dispatchConfig, com.yahoo.container.QrSearchersConfig qrSearchersConfig) -
Method Summary
Modifier and TypeMethodDescriptioncreateFillInvoker(VespaBackend searcher, Result result) protected Optional<SearchInvoker>createNodeSearchInvoker(VespaBackend searcher, Query query, int maxHits, Node node) Methods inherited from class com.yahoo.search.dispatch.InvokerFactory
createCoverageErrorInvoker
-
Constructor Details
-
RpcInvokerFactory
public RpcInvokerFactory(RpcConnectionPool rpcResourcePool, SearchGroups cluster, com.yahoo.vespa.config.search.DispatchConfig dispatchConfig, com.yahoo.container.QrSearchersConfig qrSearchersConfig)
-
-
Method Details
-
createNodeSearchInvoker
protected Optional<SearchInvoker> createNodeSearchInvoker(VespaBackend searcher, Query query, int maxHits, Node node) - Specified by:
createNodeSearchInvokerin classInvokerFactory
-
createFillInvoker
- Specified by:
createFillInvokerin classInvokerFactory
-