Uses of Class
org.ovirt.vdsm.jsonrpc.client.utils.retry.RetryContext
-
Packages that use RetryContext Package Description org.ovirt.vdsm.jsonrpc.client.utils org.ovirt.vdsm.jsonrpc.client.utils.retry -
-
Uses of RetryContext in org.ovirt.vdsm.jsonrpc.client.utils
Fields in org.ovirt.vdsm.jsonrpc.client.utils declared as RetryContext Modifier and Type Field Description private RetryContext
ResponseTracking. context
Methods in org.ovirt.vdsm.jsonrpc.client.utils that return RetryContext Modifier and Type Method Description RetryContext
ResponseTracking. getContext()
Constructors in org.ovirt.vdsm.jsonrpc.client.utils with parameters of type RetryContext Constructor Description ResponseTracking(JsonRpcRequest request, JsonRpcCall call, RetryContext context, long timeout, ReactorClient client, boolean resetConnection)
-
Uses of RetryContext in org.ovirt.vdsm.jsonrpc.client.utils.retry
Fields in org.ovirt.vdsm.jsonrpc.client.utils.retry declared as RetryContext Modifier and Type Field Description private RetryContext
Retryable. context
-