Package org.apache.hadoop.hbase.client
Class RequestControllerFactory
java.lang.Object
org.apache.hadoop.hbase.client.RequestControllerFactory
A factory class that constructs an
RequestController.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RequestControllercreate(org.apache.hadoop.conf.Configuration conf) Constructs aRequestController.
-
Field Details
-
REQUEST_CONTROLLER_IMPL_CONF_KEY
- See Also:
-
-
Constructor Details
-
RequestControllerFactory
public RequestControllerFactory()
-
-
Method Details
-
create
Constructs aRequestController.- Parameters:
conf- TheConfigurationto use.- Returns:
- A RequestController which is built according to the configuration.
-