Class RetryInvocationHandler<T>

java.lang.Object
org.apache.hadoop.io.retry.RetryInvocationHandler<T>
All Implemented Interfaces:
Closeable, AutoCloseable, InvocationHandler, RpcInvocationHandler
Direct Known Subclasses:
LossyRetryInvocationHandler

@Private public class RetryInvocationHandler<T> extends Object implements RpcInvocationHandler
A RpcInvocationHandler which supports client side retry .