Uses of Package
org.apache.hadoop.io.retry
Packages that use org.apache.hadoop.io.retry
Package
Description
A mechanism for selectively retrying methods that throw exceptions under
certain circumstances.
Tools to help define network clients and servers.
Classes for hadoop security.
Support for service-level authorization.
-
Classes in org.apache.hadoop.io.retry used by org.apache.hadoop.haClassDescriptionUsed to mark certain methods of an interface as being idempotent, and therefore warrant being retried on failover.
-
Classes in org.apache.hadoop.io.retry used by org.apache.hadoop.io.retryClassDescriptionAn implementer of this interface is capable of providing proxy objects for use in IPC communication, and potentially modifying these objects or creating entirely new ones in the event of certain types of failures.A
RpcInvocationHandlerwhich supports client side retry .Given pairs of number of retries and sleep time (n0, t0), (n1, t1), ..., the first n0 retries sleep t0 milliseconds on average, the following n1 retries sleep t1 milliseconds on average, and so on.Pairs of numRetries and sleepSecondsSpecifies a policy for retrying method failures. -
Classes in org.apache.hadoop.io.retry used by org.apache.hadoop.ipcClassDescriptionUsed to mark certain methods of an interface as being idempotent, and therefore warrant being retried on failover.Specifies a policy for retrying method failures.
-
Classes in org.apache.hadoop.io.retry used by org.apache.hadoop.securityClassDescriptionUsed to mark certain methods of an interface as being idempotent, and therefore warrant being retried on failover.
-
Classes in org.apache.hadoop.io.retry used by org.apache.hadoop.security.authorizeClassDescriptionUsed to mark certain methods of an interface as being idempotent, and therefore warrant being retried on failover.
-
Classes in org.apache.hadoop.io.retry used by org.apache.hadoop.toolsClassDescriptionUsed to mark certain methods of an interface as being idempotent, and therefore warrant being retried on failover.