|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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.rest.client |
---|
Methods in org.apache.hadoop.hbase.rest.client that return CoprocessorRpcChannel | |
---|---|
CoprocessorRpcChannel |
RemoteHTable.coprocessorService(byte[] row)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |