|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 Service s
against the active master. |
class |
RegionCoprocessorRpcChannel
Provides clients with an RPC connection to call coprocessor endpoint Service s
against a given table region. |
class |
RegionServerCoprocessorRpcChannel
Provides clients with an RPC connection to call coprocessor endpoint Service s against a given region server. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |