Uses of Class
org.apache.hadoop.hbase.ipc.CoprocessorRpcChannel

Packages that use CoprocessorRpcChannel
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.ipc   
 

Uses of CoprocessorRpcChannel in org.apache.hadoop.hbase.client
 

Methods in org.apache.hadoop.hbase.client that return CoprocessorRpcChannel
 CoprocessorRpcChannel HBaseAdmin.coprocessorService()
          Creates and returns a RpcChannel instance connected to the active master.
 CoprocessorRpcChannel HTable.coprocessorService(byte[] row)
          Creates and returns a RpcChannel instance connected to the table region containing the specified row.
 CoprocessorRpcChannel HTableInterface.coprocessorService(byte[] row)
          Creates and returns a RpcChannel instance connected to the table region containing the specified row.
 CoprocessorRpcChannel HBaseAdmin.coprocessorService(ServerName sn)
          Creates and returns a RpcChannel instance connected to the passed region server.
 

Uses of CoprocessorRpcChannel in org.apache.hadoop.hbase.ipc
 

Subclasses of CoprocessorRpcChannel in org.apache.hadoop.hbase.ipc
 class MasterCoprocessorRpcChannel
          Provides clients with an RPC connection to call coprocessor endpoint Services against the active master.
 class RegionCoprocessorRpcChannel
          Provides clients with an RPC connection to call coprocessor endpoint Services against a given table region.
 class RegionServerCoprocessorRpcChannel
          Provides clients with an RPC connection to call coprocessor endpoint Services against a given region server.
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.