Uses of Class
org.apache.accumulo.fate.util.Retry
-
Packages that use Retry Package Description org.apache.accumulo.fate.util org.apache.accumulo.fate.zookeeper -
-
Uses of Retry in org.apache.accumulo.fate.util
Methods in org.apache.accumulo.fate.util that return Retry Modifier and Type Method Description Retry
Retry.BuilderDone. createRetry()
Create a single Retry object with the currently configured builder settings.Retry
Retry.RetryFactory. createRetry()
Create a single Retry object from this factory's settings. -
Uses of Retry in org.apache.accumulo.fate.zookeeper
Methods in org.apache.accumulo.fate.zookeeper with parameters of type Retry Modifier and Type Method Description protected static void
ZooReader. retryOrThrow(Retry retry, org.apache.zookeeper.KeeperException e)
-