Class AwaitRetry
- java.lang.Object
-
- org.ovirt.vdsm.jsonrpc.client.internal.ClientPolicy
-
- org.ovirt.vdsm.jsonrpc.client.utils.retry.AwaitRetry
-
public class AwaitRetry extends ClientPolicy
-
-
Constructor Summary
Constructors Constructor Description AwaitRetry()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> T
retry(java.util.concurrent.Callable<T> callable)
-
Methods inherited from class org.ovirt.vdsm.jsonrpc.client.internal.ClientPolicy
clone, getExceptions, getIdentifier, getIncomingHeartbeat, getOutgoingHeartbeat, getRetryNumber, getRetryTimeOut, getTimeUnit, isIncomingHeartbeat, isOutgoingHeartbeat, setIdentifier, setIncomingHeartbeat, setIncomingHeartbeat, setOutgoingHeartbeat, setOutgoingHeartbeat, setTimeUnit
-
-