Package org.apache.hadoop.hbase.ipc
Interface CoprocessorRpcChannel
- All Superinterfaces:
org.apache.hbase.thirdparty.com.google.protobuf.BlockingRpcChannel
,org.apache.hbase.thirdparty.com.google.protobuf.RpcChannel
- All Known Implementing Classes:
AdminOverAsyncAdmin.SyncCoprocessorRpcChannelOverAsync
,SyncCoprocessorRpcChannel
,TableOverAsyncTable.RegionCoprocessorRpcChannel
@Deprecated
@Public
public interface CoprocessorRpcChannel
extends org.apache.hbase.thirdparty.com.google.protobuf.RpcChannel, org.apache.hbase.thirdparty.com.google.protobuf.BlockingRpcChannel
Deprecated.
Please stop using this class again, as it is too low level, which is part of the rpc
framework for HBase. Will be deleted in 4.0.0.
Base interface which provides clients with an RPC connection to call coprocessor endpoint
Service
s.
Note that clients should not use this class directly, except through
Table.coprocessorService(byte[])
.
-
Method Summary
Methods inherited from interface org.apache.hbase.thirdparty.com.google.protobuf.BlockingRpcChannel
callBlockingMethod
Methods inherited from interface org.apache.hbase.thirdparty.com.google.protobuf.RpcChannel
callMethod