Class RpcProtobufFillInvoker

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void getFillResults​(Result result, java.lang.String summaryClass)  
      void receive​(com.yahoo.search.dispatch.rpc.Client.ResponseOrError<com.yahoo.search.dispatch.rpc.Client.ProtobufResponse> response, java.util.List<FastHit> hitsContext)
      Called by a thread belonging to the client when a valid response becomes available
      protected void release()  
      protected void sendFillRequest​(Result result, java.lang.String summaryClass)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • receive

        public void receive​(com.yahoo.search.dispatch.rpc.Client.ResponseOrError<com.yahoo.search.dispatch.rpc.Client.ProtobufResponse> response,
                            java.util.List<FastHit> hitsContext)
        Called by a thread belonging to the client when a valid response becomes available