Package com.yahoo.search.dispatch.rpc
Class RpcFillInvoker
- java.lang.Object
-
- com.yahoo.search.dispatch.CloseableInvoker
-
- com.yahoo.search.dispatch.FillInvoker
-
- com.yahoo.search.dispatch.rpc.RpcFillInvoker
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
public class RpcFillInvoker extends FillInvoker
FillInvoker
implementation using RPC- Author:
- bratseth, ollivir
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RpcFillInvoker.GetDocsumsResponseReceiver
Receiver of the responses to a set of getDocsums requests
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
getFillResults(Result result, java.lang.String summaryClass)
protected void
release()
protected void
sendFillRequest(Result result, java.lang.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 Detail
-
sendFillRequest
protected void sendFillRequest(Result result, java.lang.String summaryClass)
- Specified by:
sendFillRequest
in classFillInvoker
-
getFillResults
protected void getFillResults(Result result, java.lang.String summaryClass)
- Specified by:
getFillResults
in classFillInvoker
-
release
protected void release()
- Specified by:
release
in classCloseableInvoker
-
-