Package com.mapr.cldb.tools
Class CreateContainerGroups
java.lang.Object
org.apache.hadoop.conf.Configured
com.mapr.cldb.tools.CreateContainerGroups
- All Implemented Interfaces:
org.apache.hadoop.conf.Configurable,org.apache.hadoop.util.Tool
public class CreateContainerGroups
extends org.apache.hadoop.conf.Configured
implements org.apache.hadoop.util.Tool
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intfinal int -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.hadoop.conf.Configured
getConf, setConfMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.hadoop.conf.Configurable
getConf, setConf
-
Field Details
-
DEFAULT_CREATE_CONTAINER_GROUP_COUNT
public final int DEFAULT_CREATE_CONTAINER_GROUP_COUNT- See Also:
-
MAX_CREATE_CONTAINER_GROUP_COUNT
public final int MAX_CREATE_CONTAINER_GROUP_COUNT- See Also:
-
-
Constructor Details
-
CreateContainerGroups
public CreateContainerGroups()
-
-
Method Details