| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | 
 Provides HBase Client 
 | 
| org.apache.hadoop.hbase.rest.client | 
| Modifier and Type | Class and Description | 
|---|---|
(package private) class  | 
RegionCoprocessorRpcChannel
Provides clients with an RPC connection to call Coprocessor Endpoint
  
Services
 against a given table region. | 
(package private) class  | 
SyncCoprocessorRpcChannel
Base class which provides clients with an RPC connection to
 call coprocessor endpoint  
Services. | 
| 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 | 
RemoteHTable.coprocessorService(byte[] row)  | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.