Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.ipc |
Modifier and Type | Field and Description |
---|---|
protected HBaseRpcController |
ScannerCallable.controller |
protected HBaseRpcController |
PayloadCarryingServerCallable.controller |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingHBaseRpcController
Simple delegating controller for use with the
RpcControllerFactory to help override
standard behavior of a HBaseRpcController . |
class |
HBaseRpcControllerImpl
Optionally carries Cells across the proxy/service interface down into ipc.
|
Modifier and Type | Method and Description |
---|---|
HBaseRpcController |
RpcControllerFactory.newController() |
HBaseRpcController |
RpcControllerFactory.newController(CellScanner cellScanner) |
HBaseRpcController |
RpcControllerFactory.newController(List<CellScannable> cellIterables) |
Constructor and Description |
---|
DelegatingHBaseRpcController(HBaseRpcController delegate) |
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.