| Package | Description |
|---|---|
| com.jimmoores.quandl |
The core Quandl wrapper classes
|
| Modifier and Type | Method and Description |
|---|---|
static RetryPolicy |
RetryPolicy.createFixedRetryPolicy(int maxRetries,
long backOffPeriod)
Create a retry policy that retries a fixed number of times with a fixed interval.
|
static RetryPolicy |
RetryPolicy.createNoRetryPolicy()
Create a retry policy that never retries.
|
static RetryPolicy |
RetryPolicy.createSequenceRetryPolicy(long[] backOffPeriods)
Create a retry policy that retries with a provided set of back off periods.
|
RetryPolicy |
SessionOptions.getRetryPolicy()
Get the RetryPolicy to use in determining retry behaviour when calls to Quandl fail.
|
| Modifier and Type | Method and Description |
|---|---|
SessionOptions.Builder |
SessionOptions.Builder.withRetryPolicy(RetryPolicy retryPolicy)
Specify the number of retries to execute before giving up on a request.
|
Copyright 2014-Present by Jim Moores
${javadoc.footer.license}