Class RegionCoprocessorRpcChannel

java.lang.Object
org.apache.hadoop.hbase.client.SyncCoprocessorRpcChannel
org.apache.hadoop.hbase.client.RegionCoprocessorRpcChannel
All Implemented Interfaces:
com.google.protobuf.BlockingRpcChannel, com.google.protobuf.RpcChannel, CoprocessorRpcChannel

Provides clients with an RPC connection to call Coprocessor Endpoint Services against a given table region. An instance of this class may be obtained by calling Table.coprocessorService(byte[]), but should normally only be used in creating a new Service stub to call the endpoint methods.
See Also: