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 Summary
FieldsModifier 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 Summary
Constructors -
Method Summary
Modifier 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_KEY
Custom 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
-