| 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  | RegionCoprocessorRpcChannelProvides clients with an RPC connection to call Coprocessor Endpoint
  Services
 against a given table region. | 
| (package private) class  | SyncCoprocessorRpcChannelBase 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  RpcChannelinstance connected to the active
 master. | 
| CoprocessorRpcChannel | HBaseAdmin. coprocessorService() | 
| CoprocessorRpcChannel | HTable. coprocessorService(byte[] row) | 
| default CoprocessorRpcChannel | Table. coprocessorService(byte[] row)Creates and returns a  RpcChannelinstance connected to the
 table region containing the specified row. | 
| CoprocessorRpcChannel | Admin. coprocessorService(ServerName serverName)Creates and returns a  RpcChannelinstance
 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–2021 The Apache Software Foundation. All rights reserved.