@InterfaceAudience.Private public class RegionCoprocessorRpcChannel extends CoprocessorRpcChannel
com.google.protobuf.Services
against a given table region. An instance of this class may be obtained
by calling HTable.coprocessorService(byte[]),
but should normally only be used in creating a new com.google.protobuf.Service stub to call the endpoint
methods.HTable.coprocessorService(byte[])| Constructor and Description |
|---|
RegionCoprocessorRpcChannel(ClusterConnection conn,
TableName table,
byte[] row) |
| Modifier and Type | Method and Description |
|---|---|
protected Message |
callExecService(RpcController controller,
Descriptors.MethodDescriptor method,
Message request,
Message responsePrototype) |
byte[] |
getLastRegion() |
callBlockingMethod, callMethodpublic RegionCoprocessorRpcChannel(ClusterConnection conn, TableName table, byte[] row)
protected Message callExecService(RpcController controller,
Descriptors.MethodDescriptor method,
Message request,
Message responsePrototype)
throws IOException
callExecService in class CoprocessorRpcChannelIOExceptionpublic byte[] getLastRegion()