Uses of Interface
org.ovirt.vdsm.jsonrpc.client.internal.JsonRpcCall
Packages that use JsonRpcCall
Package
Description
-
Uses of JsonRpcCall in org.ovirt.vdsm.jsonrpc.client
Methods in org.ovirt.vdsm.jsonrpc.client with parameters of type JsonRpcCallModifier and TypeMethodDescriptionprivate voidJsonRpcClient.retryCall(JsonRpcRequest request, JsonRpcCall call) -
Uses of JsonRpcCall in org.ovirt.vdsm.jsonrpc.client.internal
Classes in org.ovirt.vdsm.jsonrpc.client.internal that implement JsonRpcCallFields in org.ovirt.vdsm.jsonrpc.client.internal with type parameters of type JsonRpcCallModifier and TypeFieldDescriptionprivate final ConcurrentMap<com.fasterxml.jackson.databind.JsonNode, JsonRpcCall> ResponseTracker.runningCallsMethods in org.ovirt.vdsm.jsonrpc.client.internal that return JsonRpcCallModifier and TypeMethodDescriptionResponseTracker.removeCall(com.fasterxml.jackson.databind.JsonNode id) Methods in org.ovirt.vdsm.jsonrpc.client.internal with parameters of type JsonRpcCallModifier and TypeMethodDescriptionvoidResponseTracker.registerCall(JsonRpcRequest req, JsonRpcCall call) -
Uses of JsonRpcCall in org.ovirt.vdsm.jsonrpc.client.utils
Fields in org.ovirt.vdsm.jsonrpc.client.utils declared as JsonRpcCallMethods in org.ovirt.vdsm.jsonrpc.client.utils that return JsonRpcCallConstructors in org.ovirt.vdsm.jsonrpc.client.utils with parameters of type JsonRpcCallModifierConstructorDescriptionResponseTracking(JsonRpcRequest request, JsonRpcCall call, RetryContext context, long timeout, ReactorClient client, boolean resetConnection)