Package org.apache.hadoop.hbase.ipc
Class RpcControllerFactory
java.lang.Object
org.apache.hadoop.hbase.ipc.RpcControllerFactory
@LimitedPrivate({"Coprocesssor","Phoenix"})
@Evolving
public class RpcControllerFactory
extends Object
Factory to create a 
HBaseRpcController- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final org.apache.hadoop.conf.Configurationstatic final StringCustom RPC Controller factory allows frameworks to change the RPC controller.private static final org.slf4j.Logger
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic RpcControllerFactoryinstantiate(org.apache.hadoop.conf.Configuration configuration) newController(List<ExtendedCellScannable> cellIterables) newController(RegionInfo regionInfo, List<ExtendedCellScannable> cellIterables) newController(RegionInfo regionInfo, ExtendedCellScanner cellScanner) newController(ExtendedCellScanner cellScanner) 
- 
Field Details- 
LOG
- 
CUSTOM_CONTROLLER_CONF_KEYCustom RPC Controller factory allows frameworks to change the RPC controller. If the configured controller cannot be found in the classpath or loaded, we fall back to the default RPC controller factory.- See Also:
 
- 
conf
 
- 
- 
Constructor Details- 
RpcControllerFactory
 
- 
- 
Method Details- 
newController
- 
newController
- 
newController
- 
newController
- 
newControllerpublic HBaseRpcController newController(RegionInfo regionInfo, List<ExtendedCellScannable> cellIterables) 
- 
instantiate
 
-