public class MasterExecRPCInvoker extends Object implements InvocationHandler
CoprocessorProtocol
subclass proxy and forwards method
invocations for server execution. Note that internally this will issue a
separate RPC call for each method invocation.Constructor and Description |
---|
MasterExecRPCInvoker(org.apache.hadoop.conf.Configuration conf,
HConnection connection,
Class<? extends CoprocessorProtocol> protocol) |
public MasterExecRPCInvoker(org.apache.hadoop.conf.Configuration conf, HConnection connection, Class<? extends CoprocessorProtocol> protocol)
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.