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) class
Provides clients with an RPC connection to call Coprocessor EndpointService
s against a given table region.(package private) class
Base class which provides clients with an RPC connection to call coprocessor endpointService
s.Methods in org.apache.hadoop.hbase.client that return CoprocessorRpcChannelModifier and TypeMethodDescriptionAdmin.coprocessorService()
Creates and returns aRpcChannel
instance connected to the active master.Admin.coprocessorService
(ServerName serverName) Creates and returns aRpcChannel
instance connected to the passed region server.HBaseAdmin.coprocessorService()
HBaseAdmin.coprocessorService
(ServerName serverName) HTable.coprocessorService
(byte[] row) default CoprocessorRpcChannel
Table.coprocessorService
(byte[] row) Creates and returns aRpcChannel
instance 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)