Uses of Interface
org.infinispan.util.ExponentialBackOff
-
Packages that use ExponentialBackOff Package Description org.infinispan.util General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers.org.infinispan.xsite.irac -
-
Uses of ExponentialBackOff in org.infinispan.util
Classes in org.infinispan.util that implement ExponentialBackOff Modifier and Type Class Description classExponentialBackOffImplThe defaultExponentialBackOffimplementation for IRAC (asynchronous cross-site replication).Fields in org.infinispan.util declared as ExponentialBackOff Modifier and Type Field Description static ExponentialBackOffExponentialBackOff. NO_OPDisabled exponential back-off algorithm. -
Uses of ExponentialBackOff in org.infinispan.xsite.irac
Methods in org.infinispan.xsite.irac with parameters of type ExponentialBackOff Modifier and Type Method Description voidDefaultIracManager. setBackOff(ExponentialBackOff backOff)
-