Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.rest.client |
Modifier and Type | Method and Description |
---|---|
CoprocessorRpcChannel |
Admin.coprocessorService()
Creates and returns a
RpcChannel instance connected to the active
master. |
CoprocessorRpcChannel |
Table.coprocessorService(byte[] row)
Creates and returns a
RpcChannel instance connected to the
table region containing the specified row. |
CoprocessorRpcChannel |
Admin.coprocessorService(ServerName sn)
Creates and returns a
RpcChannel instance
connected to the passed region server. |
Modifier and Type | Method and Description |
---|---|
CoprocessorRpcChannel |
RemoteHTable.coprocessorService(byte[] row) |
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.