Uses of Interface
io.dropwizard.redis.delay.DelayFactory
-
Packages that use DelayFactory Package Description io.dropwizard.redis.clientresources io.dropwizard.redis.delay -
-
Uses of DelayFactory in io.dropwizard.redis.clientresources
Fields in io.dropwizard.redis.clientresources declared as DelayFactory Modifier and Type Field Description protected @Valid @NotNull DelayFactoryClientResourcesFactory. delayMethods in io.dropwizard.redis.clientresources that return DelayFactory Modifier and Type Method Description DelayFactoryClientResourcesFactory. getDelay()Methods in io.dropwizard.redis.clientresources with parameters of type DelayFactory Modifier and Type Method Description voidClientResourcesFactory. setDelay(DelayFactory delay) -
Uses of DelayFactory in io.dropwizard.redis.delay
Classes in io.dropwizard.redis.delay that implement DelayFactory Modifier and Type Class Description classConstantDelayFactoryclassDecorrelatedJitterDelayFactoryclassEqualJitterDelayFactoryclassExponentialDelayFactoryclassFullJitterDelayFactory
-