Class RpcFillInvoker.GetDocsumsResponseReceiver

  • Enclosing class:
    RpcFillInvoker

    public static class RpcFillInvoker.GetDocsumsResponseReceiver
    extends java.lang.Object
    Receiver of the responses to a set of getDocsums requests
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void receive​(com.yahoo.search.dispatch.rpc.Client.ResponseOrError<com.yahoo.search.dispatch.rpc.Client.GetDocsumsResponse> response)
      Called by a thread belonging to the client when a valid response becomes available
      • 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.GetDocsumsResponse> response)
        Called by a thread belonging to the client when a valid response becomes available