public class ExecRPCInvoker 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 (using a
ServerCallable
instance).Constructor and Description |
---|
ExecRPCInvoker(org.apache.hadoop.conf.Configuration conf,
HConnection connection,
Class<? extends CoprocessorProtocol> protocol,
byte[] table,
byte[] row) |
public ExecRPCInvoker(org.apache.hadoop.conf.Configuration conf, HConnection connection, Class<? extends CoprocessorProtocol> protocol, byte[] table, byte[] row)
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.