java.io.Closeable, java.lang.AutoCloseable, java.lang.reflect.InvocationHandler, RpcInvocationHandler@Private public class LossyRetryInvocationHandler<T> extends RetryInvocationHandler<T>
LOG, SET_CALL_ID_FOR_TEST| Constructor | Description |
|---|---|
LossyRetryInvocationHandler(int numToDrop,
FailoverProxyProvider<T> proxyProvider,
RetryPolicy retryPolicy) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args) |
|
protected java.lang.Object |
invokeMethod(java.lang.reflect.Method method,
java.lang.Object[] args) |
close, getConnectionId, getProxyProviderpublic LossyRetryInvocationHandler(int numToDrop,
FailoverProxyProvider<T> proxyProvider,
RetryPolicy retryPolicy)
public java.lang.Object invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Throwable
invoke in interface java.lang.reflect.InvocationHandlerinvoke in class RetryInvocationHandler<T>java.lang.Throwableprotected java.lang.Object invokeMethod(java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Throwable
invokeMethod in class RetryInvocationHandler<T>java.lang.ThrowableCopyright © 2008–2025 Apache Software Foundation. All rights reserved.