Uses of Interface
org.infinispan.util.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
Modifier and TypeClassDescriptionclass
The defaultExponentialBackOff
implementation for IRAC (asynchronous cross-site replication).Modifier and TypeFieldDescriptionstatic final ExponentialBackOff
ExponentialBackOff.NO_OP
Disabled exponential back-off algorithm. -
Uses of ExponentialBackOff in org.infinispan.xsite.irac
Modifier and TypeMethodDescriptionvoid
DefaultIracManager.setBackOff
(ExponentialBackOff backOff) void
IracExecutor.setBackOff
(ExponentialBackOff backOff)