Package | Description |
---|---|
org.apache.lens.server.api.query | |
org.apache.lens.server.api.retry |
Modifier and Type | Class and Description |
---|---|
class |
QueryContext
The Class QueryContext.
|
class |
StatusUpdateFailureContext
Failure context captures last failure time and number of failures.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BackOffRetryHandler<FC extends FailureContext>
A backoff retry handler.
|
class |
ChainedRetryPolicyDecider<FC extends FailureContext> |
class |
DefaultRetryPolicyDecider<FC extends FailureContext> |
class |
FibonacciExponentialBackOffRetryHandler<FC extends FailureContext>
A exponential backoff retry handler.
|
class |
ImmediateRetryHandler<FC extends FailureContext> |
class |
NoRetryHandler<FC extends FailureContext> |
interface |
RetryPolicyDecider<FC extends FailureContext> |
Modifier and Type | Method and Description |
---|---|
static <FC extends FailureContext> |
OperationRetryHandlerFactory.createExponentialBackOffHandler(int numRetries,
long maxDelay,
long waitMillis)
Create exponential backoff handler
|
static <FC extends FailureContext> |
ChainedRetryPolicyDecider.from(org.apache.hadoop.conf.Configuration conf,
String key) |
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.