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.Fields in org.infinispan.util with type parameters of type ExponentialBackOffModifier and TypeFieldDescriptionstatic final Function
<IracXSiteBackup, ExponentialBackOff> ExponentialBackOff.NO_OP_BUILDER
-
Uses of ExponentialBackOff in org.infinispan.xsite.irac
Method parameters in org.infinispan.xsite.irac with type arguments of type ExponentialBackOffModifier and TypeMethodDescriptionvoid
DefaultIracManager.setBackOff
(Function<IracXSiteBackup, ExponentialBackOff> builder)