Uses of Class
com.yahoo.search.dispatch.FillInvoker
-
Packages that use FillInvoker Package Description com.yahoo.search.dispatch com.yahoo.search.dispatch.rpc -
-
Uses of FillInvoker in com.yahoo.search.dispatch
Methods in com.yahoo.search.dispatch that return FillInvoker Modifier and Type Method Description abstract FillInvoker
InvokerFactory. createFillInvoker(VespaBackEndSearcher searcher, Result result)
FillInvoker
Dispatcher. getFillInvoker(Result result, VespaBackEndSearcher searcher)
-
Uses of FillInvoker in com.yahoo.search.dispatch.rpc
Subclasses of FillInvoker in com.yahoo.search.dispatch.rpc Modifier and Type Class Description class
RpcFillInvoker
FillInvoker
implementation using RPCclass
RpcProtobufFillInvoker
FillInvoker
implementation using Protobuf over JRTMethods in com.yahoo.search.dispatch.rpc that return FillInvoker Modifier and Type Method Description FillInvoker
RpcInvokerFactory. createFillInvoker(DocumentDatabase documentDb)
FillInvoker
RpcInvokerFactory. createFillInvoker(VespaBackEndSearcher searcher, Result result)
-