Uses of Interface
org.apache.hadoop.hbase.ipc.CoprocessorRpcChannel
Package
Description
Provides HBase Client
-
Uses of CoprocessorRpcChannel in org.apache.hadoop.hbase.client
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionThriftAdmin.coprocessorService()
ThriftAdmin.coprocessorService
(ServerName serverName) ThriftTable.coprocessorService
(byte[] row)