Uses of Class
com.yahoo.search.dispatch.SearchInvoker
Packages that use SearchInvoker
-
Uses of SearchInvoker in com.yahoo.search.dispatch
Subclasses of SearchInvoker in com.yahoo.search.dispatchModifier and TypeClassDescriptionclassInterleavedSearchInvoker uses multipleSearchInvokerobjects to interface with content nodes in parallel.classA search invoker that will immediately produce an error that occurred during invoker construction.Methods in com.yahoo.search.dispatch that return SearchInvokerModifier and TypeMethodDescriptionprotected static SearchInvokerInvokerFactory.createCoverageErrorInvoker(List<Node> nodes, Set<Integer> failed) Dispatcher.getSearchInvoker(Query query, VespaBackend searcher) Methods in com.yahoo.search.dispatch that return types with arguments of type SearchInvokerModifier and TypeMethodDescriptionprotected abstract Optional<SearchInvoker>InvokerFactory.createNodeSearchInvoker(VespaBackend searcher, Query query, int maxHits, Node node) protected LinkedBlockingQueue<SearchInvoker>InterleavedSearchInvoker.newQueue()Methods in com.yahoo.search.dispatch with parameters of type SearchInvokerModifier and TypeMethodDescriptionvoidInterleavedSearchInvoker.responseAvailable(SearchInvoker from) Method parameters in com.yahoo.search.dispatch with type arguments of type SearchInvokerModifier and TypeMethodDescriptionprotected voidInterleavedSearchInvoker.setMonitor(ResponseMonitor<SearchInvoker> monitor) protected voidSearchErrorInvoker.setMonitor(ResponseMonitor<SearchInvoker> monitor) protected voidSearchInvoker.setMonitor(ResponseMonitor<SearchInvoker> monitor) Constructor parameters in com.yahoo.search.dispatch with type arguments of type SearchInvokerModifierConstructorDescriptionInterleavedSearchInvoker(com.yahoo.concurrent.Timer timer, Collection<SearchInvoker> invokers, TopKEstimator hitEstimator, com.yahoo.vespa.config.search.DispatchConfig dispatchConfig, Group group, Set<Integer> alreadyFailedNodes) -
Uses of SearchInvoker in com.yahoo.search.dispatch.rpc
Subclasses of SearchInvoker in com.yahoo.search.dispatch.rpcMethods in com.yahoo.search.dispatch.rpc that return types with arguments of type SearchInvokerModifier and TypeMethodDescriptionprotected Optional<SearchInvoker>RpcInvokerFactory.createNodeSearchInvoker(VespaBackend searcher, Query query, int maxHits, Node node)