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 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 JsonRpcCall Modifier and Type Class Description classCallCallholds 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. runningCallsMethods in org.ovirt.vdsm.jsonrpc.client.internal that return JsonRpcCall Modifier and Type Method Description JsonRpcCallResponseTracker. 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 voidResponseTracker. 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 JsonRpcCallResponseTracking. callMethods in org.ovirt.vdsm.jsonrpc.client.utils that return JsonRpcCall Modifier and Type Method Description JsonRpcCallResponseTracking. 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)
-