Uses of Interface
org.infinispan.util.ExponentialBackOff
Packages that use ExponentialBackOff
Package
Description
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.
-
Uses of ExponentialBackOff in org.infinispan.util
Classes in org.infinispan.util that implement ExponentialBackOffModifier and TypeClassDescriptionclass
The defaultExponentialBackOff
implementation for IRAC (asynchronous cross-site replication).Fields in org.infinispan.util declared as ExponentialBackOffModifier and TypeFieldDescriptionstatic final ExponentialBackOff
ExponentialBackOff.NO_OP
Disabled exponential back-off algorithm. -
Uses of ExponentialBackOff in org.infinispan.xsite.irac
Methods in org.infinispan.xsite.irac with parameters of type ExponentialBackOffModifier and TypeMethodDescriptionvoid
DefaultIracManager.setBackOff
(ExponentialBackOff backOff) void
IracExecutor.setBackOff
(ExponentialBackOff backOff)