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.rest.client   
 

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.
 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.rest.client
 

Methods in org.apache.hadoop.hbase.rest.client that return CoprocessorRpcChannel
 CoprocessorRpcChannel RemoteHTable.coprocessorService(byte[] row)
           
 



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