| Modifier and Type | Field and Description |
|---|---|
static RetryFactory |
DEFAULT_INSTANCE |
static long |
DEFAULT_MAX_RETRIES |
static long |
DEFAULT_MAX_WAIT |
static long |
DEFAULT_START_WAIT |
static long |
DEFAULT_WAIT_INCREMENT |
| Constructor and Description |
|---|
RetryFactory(long maxRetries,
long startWait,
long waitIncrement,
long maxWait) |
public static final long DEFAULT_MAX_RETRIES
public static final long DEFAULT_START_WAIT
public static final long DEFAULT_WAIT_INCREMENT
public static final long DEFAULT_MAX_WAIT
public static final RetryFactory DEFAULT_INSTANCE
public RetryFactory(long maxRetries,
long startWait,
long waitIncrement,
long maxWait)
public Retry create()
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.