Class RpcProtobufFillInvoker

All Implemented Interfaces:
Closeable, AutoCloseable

public class RpcProtobufFillInvoker extends FillInvoker
FillInvoker implementation using Protobuf over JRT
Author:
bratseth, ollivir
  • Method Details

    • sendFillRequest

      protected void sendFillRequest(Result result, String summaryClass)
      Specified by:
      sendFillRequest in class FillInvoker
    • getFillResults

      protected void getFillResults(Result result, String summaryClass)
      Specified by:
      getFillResults in class FillInvoker
    • release

      protected void release()
      Specified by:
      release in class CloseableInvoker
    • 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