Uses of Interface
org.ovirt.vdsm.jsonrpc.client.internal.JsonRpcCall
-
Packages that use JsonRpcCall Package Description org.ovirt.vdsm.jsonrpc.client org.ovirt.vdsm.jsonrpc.client.internal org.ovirt.vdsm.jsonrpc.client.utils -
-
Uses of JsonRpcCall in org.ovirt.vdsm.jsonrpc.client
Methods in org.ovirt.vdsm.jsonrpc.client with parameters of type JsonRpcCall Modifier and Type Method Description private void
JsonRpcClient. 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 JsonRpcCall Modifier and Type Class Description class
Call
Call
holds single responseFields in org.ovirt.vdsm.jsonrpc.client.internal with type parameters of type JsonRpcCall Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<com.fasterxml.jackson.databind.JsonNode,JsonRpcCall>
ResponseTracker. runningCalls
Methods in org.ovirt.vdsm.jsonrpc.client.internal that return JsonRpcCall Modifier and Type Method Description JsonRpcCall
ResponseTracker. removeCall(com.fasterxml.jackson.databind.JsonNode id)
Methods in org.ovirt.vdsm.jsonrpc.client.internal with parameters of type JsonRpcCall Modifier and Type Method Description void
ResponseTracker. 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 JsonRpcCall Modifier and Type Field Description private JsonRpcCall
ResponseTracking. call
Methods in org.ovirt.vdsm.jsonrpc.client.utils that return JsonRpcCall Modifier and Type Method Description JsonRpcCall
ResponseTracking. getCall()
Constructors in org.ovirt.vdsm.jsonrpc.client.utils with parameters of type JsonRpcCall Constructor Description ResponseTracking(JsonRpcRequest request, JsonRpcCall call, RetryContext context, long timeout, ReactorClient client, boolean resetConnection)
-