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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RequestController
create
(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
- TheConfiguration
to use.- Returns:
- A RequestController which is built according to the configuration.
-