Uses of Interface
org.apache.hadoop.hbase.ipc.CoprocessorRpcChannel
Packages that use CoprocessorRpcChannel
Package
Description
Provides HBase Client
- 
Uses of CoprocessorRpcChannel in org.apache.hadoop.hbase.client
Classes in org.apache.hadoop.hbase.client that implement CoprocessorRpcChannelModifier and TypeClassDescription(package private) classProvides clients with an RPC connection to call Coprocessor EndpointServices against a given table region.(package private) classBase class which provides clients with an RPC connection to call coprocessor endpointServices.Methods in org.apache.hadoop.hbase.client that return CoprocessorRpcChannelModifier and TypeMethodDescriptionAdmin.coprocessorService()Creates and returns aRpcChannelinstance connected to the active master.Admin.coprocessorService(ServerName serverName) Creates and returns aRpcChannelinstance connected to the passed region server.HBaseAdmin.coprocessorService()HBaseAdmin.coprocessorService(ServerName serverName) HTable.coprocessorService(byte[] row) default CoprocessorRpcChannelTable.coprocessorService(byte[] row) Creates and returns aRpcChannelinstance connected to the table region containing the specified row. - 
Uses of CoprocessorRpcChannel in org.apache.hadoop.hbase.thrift2.client
Methods in org.apache.hadoop.hbase.thrift2.client that return CoprocessorRpcChannelModifier and TypeMethodDescriptionThriftAdmin.coprocessorService()ThriftAdmin.coprocessorService(ServerName serverName) ThriftTable.coprocessorService(byte[] row)