@InterfaceAudience.Private public class RegionCoprocessorRpcChannel extends CoprocessorRpcChannel
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 Service stub to call the endpoint
methods.| 构造器和说明 |
|---|
RegionCoprocessorRpcChannel(HConnection conn,
org.apache.hadoop.hbase.TableName table,
byte[] row) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected com.google.protobuf.Message |
callExecService(com.google.protobuf.Descriptors.MethodDescriptor method,
com.google.protobuf.Message request,
com.google.protobuf.Message responsePrototype) |
byte[] |
getLastRegion() |
callBlockingMethod, callMethodpublic RegionCoprocessorRpcChannel(HConnection conn, org.apache.hadoop.hbase.TableName table, byte[] row)
protected com.google.protobuf.Message callExecService(com.google.protobuf.Descriptors.MethodDescriptor method,
com.google.protobuf.Message request,
com.google.protobuf.Message responsePrototype)
throws IOException
callExecService 在类中 CoprocessorRpcChannelIOExceptionpublic byte[] getLastRegion()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.