Package org.apache.hadoop.hbase.ipc
Interface CoprocessorRpcChannel
- All Superinterfaces:
com.google.protobuf.BlockingRpcChannel
,com.google.protobuf.RpcChannel
- All Known Implementing Classes:
RegionCoprocessorRpcChannel
,SyncCoprocessorRpcChannel
@Public
public interface CoprocessorRpcChannel
extends com.google.protobuf.RpcChannel, com.google.protobuf.BlockingRpcChannel
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 com.google.protobuf.BlockingRpcChannel
callBlockingMethod
Methods inherited from interface com.google.protobuf.RpcChannel
callMethod