Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.thrift2.client |
Modifier and Type | Class and Description |
---|---|
(package private) class |
RegionCoprocessorRpcChannel
Provides clients with an RPC connection to call Coprocessor Endpoint
Service s against a given table region. |
(package private) class |
SyncCoprocessorRpcChannel
Base class which provides clients with an RPC connection to call coprocessor endpoint
Service s. |
Modifier and Type | Method and Description |
---|---|
CoprocessorRpcChannel |
Admin.coprocessorService()
Creates and returns a
RpcChannel instance connected to the active
master. |
CoprocessorRpcChannel |
HBaseAdmin.coprocessorService() |
CoprocessorRpcChannel |
HTable.coprocessorService(byte[] row) |
default CoprocessorRpcChannel |
Table.coprocessorService(byte[] row)
Creates and returns a
RpcChannel instance connected to the table
region containing the specified row. |
CoprocessorRpcChannel |
Admin.coprocessorService(ServerName serverName)
Creates and returns a
RpcChannel instance connected to the passed
region server. |
CoprocessorRpcChannel |
HBaseAdmin.coprocessorService(ServerName serverName) |
Modifier and Type | Method and Description |
---|---|
CoprocessorRpcChannel |
ThriftAdmin.coprocessorService() |
CoprocessorRpcChannel |
ThriftTable.coprocessorService(byte[] row) |
CoprocessorRpcChannel |
ThriftAdmin.coprocessorService(ServerName serverName) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.