Skip navigation links
C D E G N O W 

C

compositeJitterWait(WaitStrategy, double) - Static method in class org.guavaberry.retryer.WaitStrategies
Return an instance of CompositeJitterWaitStrategy.

D

DefaultHashMap<K,V> - Class in org.guavaberry.collections
This is the Java implementation of the Python defaultdict.
DefaultHashMap(NullaryOperator<V>, int, float) - Constructor for class org.guavaberry.collections.DefaultHashMap
Constructs an empty HashMap with the specified initial capacity and load factor.
DefaultHashMap(NullaryOperator<V>, int) - Constructor for class org.guavaberry.collections.DefaultHashMap
Constructs an empty HashMap with the specified initial capacity and the default load factor (0.75).
DefaultHashMap(NullaryOperator<V>) - Constructor for class org.guavaberry.collections.DefaultHashMap
Constructs an empty HashMap with the default initial capacity (16) and the default load factor (0.75).
DefaultHashMap(NullaryOperator<V>, Map<? extends K, ? extends V>) - Constructor for class org.guavaberry.collections.DefaultHashMap
Constructs a new HashMap with the same mappings as the specified Map.

E

exponentialJitterWait() - Static method in class org.guavaberry.retryer.WaitStrategies
Return an instance of ExponentialJitterWaitStrategy with the default base timeout (1 second), the default randomization factor (0.5) and without a max timeout.
exponentialJitterWait(Duration) - Static method in class org.guavaberry.retryer.WaitStrategies
Return an instance of ExponentialJitterWaitStrategy with the default base timeout (1 second) and the default randomization factor (0.5).
exponentialJitterWait(Duration, Duration) - Static method in class org.guavaberry.retryer.WaitStrategies
Return an instance of ExponentialJitterWaitStrategy with the default randomization factor (0.5).
exponentialJitterWait(Duration, double) - Static method in class org.guavaberry.retryer.WaitStrategies
Return an instance of ExponentialJitterWaitStrategy with the default base timeout (1 second).
exponentialJitterWait(Duration, Duration, double) - Static method in class org.guavaberry.retryer.WaitStrategies
Return an instance of ExponentialJitterWaitStrategy.
exponentialWait(Duration, Duration) - Static method in class org.guavaberry.retryer.WaitStrategies
Return an instance of ExponentialWaitStrategy.
exponentialWait(Duration) - Static method in class org.guavaberry.retryer.WaitStrategies
Return an instance of ExponentialWaitStrategy.

G

get(Object) - Method in class org.guavaberry.collections.DefaultHashMap
Returns the value to which the specified key is mapped, or a default value generated by the instance factory if this map contains no mapping for the key.

N

NullaryOperator<T> - Interface in org.guavaberry.function
Function that accepts no argument and returns an instance of T.

O

op() - Method in interface org.guavaberry.function.NullaryOperator
 
org.guavaberry.collections - package org.guavaberry.collections
Package contains the Guavaberry collections.
org.guavaberry.function - package org.guavaberry.function
Package contains the Guavaberry functions.
org.guavaberry.retryer - package org.guavaberry.retryer
Package contains the Guavaberry retryer.

W

WaitStrategies - Class in org.guavaberry.retryer
Factory class for instances of WaitStrategy.
C D E G N O W 
Skip navigation links

Copyright © 2016. All rights reserved.