Package com.yahoo.search.dispatch.rpc
Class RpcProtobufFillInvoker
java.lang.Object
com.yahoo.search.dispatch.CloseableInvoker
com.yahoo.search.dispatch.FillInvoker
com.yahoo.search.dispatch.rpc.RpcProtobufFillInvoker
- All Implemented Interfaces:
Closeable
,AutoCloseable
FillInvoker
implementation using Protobuf over JRT- Author:
- bratseth, ollivir
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
getFillResults
(Result result, String summaryClass) void
receive
(com.yahoo.search.dispatch.rpc.Client.ResponseOrError<com.yahoo.search.dispatch.rpc.Client.ProtobufResponse> response, List<FastHit> hitsContext) Called by a thread belonging to the client when a valid response becomes availableprotected void
release()
protected void
sendFillRequest
(Result result, String summaryClass) Methods inherited from class com.yahoo.search.dispatch.FillInvoker
fill
Methods inherited from class com.yahoo.search.dispatch.CloseableInvoker
close, setFinalStatus, teardown
-
Method Details
-
sendFillRequest
- Specified by:
sendFillRequest
in classFillInvoker
-
getFillResults
- Specified by:
getFillResults
in classFillInvoker
-
release
protected void release()- Specified by:
release
in classCloseableInvoker
-
receive
public void receive(com.yahoo.search.dispatch.rpc.Client.ResponseOrError<com.yahoo.search.dispatch.rpc.Client.ProtobufResponse> response, List<FastHit> hitsContext) Called by a thread belonging to the client when a valid response becomes available
-