Class DelegatingHBaseRpcController

java.lang.Object
org.apache.hadoop.hbase.ipc.DelegatingHBaseRpcController
All Implemented Interfaces:
CellScannable, ExtendedCellScannable, HBaseRpcController, org.apache.hbase.thirdparty.com.google.protobuf.RpcController

@Private public class DelegatingHBaseRpcController extends Object implements HBaseRpcController
Simple delegating controller for use with the RpcControllerFactory to help override standard behavior of a HBaseRpcController. Used testing.