Class TaskMonitor.PassthroughInvocationHandler<T>
java.lang.Object
org.apache.hadoop.hbase.monitoring.TaskMonitor.PassthroughInvocationHandler<T>
- All Implemented Interfaces:
InvocationHandler
- Enclosing class:
- TaskMonitor
private static class TaskMonitor.PassthroughInvocationHandler<T>
extends Object
implements InvocationHandler
An InvocationHandler that simply passes through calls to the original object.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
delegatee
-
-
Constructor Details
-
PassthroughInvocationHandler
-
-
Method Details
-
invoke
- Specified by:
invoke
in interfaceInvocationHandler
- Throws:
Throwable
-