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 HTableInterface.coprocessorService(byte[] row)
          Creates and returns a RpcChannel instance connected to the table region containing the specified row.
 CoprocessorRpcChannel HTable.coprocessorService(byte[] row)
          Creates and returns a RpcChannel instance connected to the table region containing the specified row.
 

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.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.