org.apache.hadoop.hbase.ipc
Class MasterExecRPCInvoker
java.lang.Object
org.apache.hadoop.hbase.ipc.MasterExecRPCInvoker
- All Implemented Interfaces:
- InvocationHandler
public class MasterExecRPCInvoker
- extends Object
- implements InvocationHandler
Backs a CoprocessorProtocol
subclass proxy and forwards method
invocations for server execution. Note that internally this will issue a
separate RPC call for each method invocation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MasterExecRPCInvoker
public MasterExecRPCInvoker(org.apache.hadoop.conf.Configuration conf,
HConnection connection,
Class<? extends CoprocessorProtocol> protocol)
invoke
public Object invoke(Object instance,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke
in interface InvocationHandler
- Throws:
Throwable
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.