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<CellScannable> cellIterables) newController(CellScanner cellScanner) newController(RegionInfo regionInfo, List<CellScannable> cellIterables) newController(RegionInfo regionInfo, CellScanner 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
- 
newController
- 
instantiate
 
-