@InterfaceAudience.Private @InterfaceStability.Unstable public class Retries extends Object
AtMostOnce
and Idempotent; these are real
markers used by Hadoop RPC.| Modifier and Type | Class and Description |
|---|---|
static interface |
Retries.OnceExceptionsSwallowed
One attempt, Exceptions are swallowed.
|
static interface |
Retries.OnceMixed
No retry, expect a bit of both.
|
static interface |
Retries.OnceRaw
No retry, exceptions are not translated.
|
static interface |
Retries.OnceTranslated
No retry, exceptions are translated.
|
static interface |
Retries.RetryExceptionsSwallowed
Retried, Exceptions are swallowed.
|
static interface |
Retries.RetryMixed
Retried, mixed translation.
|
static interface |
Retries.RetryRaw
Retried, no translation.
|
static interface |
Retries.RetryTranslated
Retried, exceptions are translated.
|
| Constructor and Description |
|---|
Retries() |
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.