Class RMCommonDefaults
java.lang.Object
org.apache.drill.exec.resourcemgr.config.RMCommonDefaults
Defines all the default values used for the optional configurations for ResourceManagement
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final double
static final QueueSelectionPolicy.SelectionPolicy
static final boolean
-
Constructor Summary
-
Method Summary
-
Field Details
-
MAX_ADMISSIBLE_QUERY_COUNT
public static final int MAX_ADMISSIBLE_QUERY_COUNT- See Also:
-
MAX_WAITING_QUERY_COUNT
public static final int MAX_WAITING_QUERY_COUNT- See Also:
-
MAX_WAIT_TIMEOUT_IN_MS
public static final int MAX_WAIT_TIMEOUT_IN_MS- See Also:
-
WAIT_FOR_PREFERRED_NODES
public static final boolean WAIT_FOR_PREFERRED_NODES- See Also:
-
ROOT_POOL_DEFAULT_MEMORY_PERCENT
public static final double ROOT_POOL_DEFAULT_MEMORY_PERCENT- See Also:
-
ROOT_POOL_DEFAULT_QUEUE_SELECTION_POLICY
-
-
Constructor Details
-
RMCommonDefaults
public RMCommonDefaults()
-