Package com.couchbase.client.core.time

  • Class Summary
    Class Description
    Delay
    Parent class of Delays and provides factory methods to create them.
    ExponentialDelay
    Delay which increases exponentially on every attempt.
    FixedDelay
    Delay which is fixed for every attempt.
    LinearDelay
    Delay which increases linearly for every attempt.