Uses of Class
com.yahoo.search.dispatch.rpc.Client.ResponseOrError
Packages that use Client.ResponseOrError
-
Uses of Client.ResponseOrError in com.yahoo.search.dispatch.rpc
Methods in com.yahoo.search.dispatch.rpc that return Client.ResponseOrErrorModifier and TypeMethodDescriptionstatic <T> Client.ResponseOrError<T>static <T> Client.ResponseOrError<T>Client.ResponseOrError.fromResponse(T response) static <T> Client.ResponseOrError<T>Client.ResponseOrError.fromTimeoutError(String error) Methods in com.yahoo.search.dispatch.rpc with parameters of type Client.ResponseOrErrorModifier and TypeMethodDescriptionvoidClient.ResponseReceiver.receive(Client.ResponseOrError<Client.ProtobufResponse> response) voidRpcPing.receive(Client.ResponseOrError<Client.ProtobufResponse> response) voidRpcProtobufFillInvoker.receive(Client.ResponseOrError<Client.ProtobufResponse> response, List<FastHit> hitsContext) Called by a thread belonging to the client when a valid response becomes availablevoidRpcSearchInvoker.receive(Client.ResponseOrError<Client.ProtobufResponse> response)