Class LossyRetryInvocationHandler<T>

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

@Private public class LossyRetryInvocationHandler<T> extends RetryInvocationHandler<T>
A dummy invocation handler extending RetryInvocationHandler. It drops the first N number of responses. This invocation handler is only used for testing.