Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
org.apache.hadoop.hbase.rest.client |
Modifier and Type | Method and Description |
---|---|
CoprocessorRpcChannel |
HBaseAdmin.coprocessorService()
Creates and returns a
RpcChannel instance
connected to the active master. |
CoprocessorRpcChannel |
Admin.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 |
Table.coprocessorService(byte[] row)
Creates and returns a
RpcChannel instance connected to the
table region containing the specified row. |
CoprocessorRpcChannel |
HTablePool.PooledHTable.coprocessorService(byte[] row) |
CoprocessorRpcChannel |
HTableWrapper.coprocessorService(byte[] row) |
CoprocessorRpcChannel |
HBaseAdmin.coprocessorService(ServerName sn)
Creates and returns a
RpcChannel instance
connected to the passed region server. |
CoprocessorRpcChannel |
Admin.coprocessorService(ServerName sn)
Creates and returns a
RpcChannel instance
connected to the passed region server. |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
CoprocessorRpcChannel |
RemoteHTable.coprocessorService(byte[] row) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.