org.apache.hadoop.hbase.ipc
Class RpcControllerFactory
java.lang.Object
org.apache.hadoop.hbase.ipc.RpcControllerFactory
public class RpcControllerFactory
- extends Object
Factory to create a PayloadCarryingRpcController
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CUSTOM_CONTROLLER_CONF_KEY
public static final String CUSTOM_CONTROLLER_CONF_KEY
- See Also:
- Constant Field Values
conf
protected final org.apache.hadoop.conf.Configuration conf
RpcControllerFactory
public RpcControllerFactory(org.apache.hadoop.conf.Configuration conf)
newController
public PayloadCarryingRpcController newController()
newController
public PayloadCarryingRpcController newController(CellScanner cellScanner)
newController
public PayloadCarryingRpcController newController(List<CellScannable> cellIterables)
instantiate
public static RpcControllerFactory instantiate(org.apache.hadoop.conf.Configuration configuration)
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.