| Package | Description |
|---|---|
| org.apache.hadoop.yarn.api.records |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract QueueState |
QueueInfo.getQueueState() |
Get the
QueueState of the queue. |
static QueueState |
QueueState.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static QueueState[] |
QueueState.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
static QueueInfo |
QueueInfo.newInstance(java.lang.String queueName,
java.lang.String queuePath,
float capacity,
float maximumCapacity,
float currentCapacity,
java.util.List<QueueInfo> childQueues,
java.util.List<ApplicationReport> applications,
QueueState queueState,
java.util.Set<java.lang.String> accessibleNodeLabels,
java.lang.String defaultNodeLabelExpression,
QueueStatistics queueStatistics,
boolean preemptionDisabled,
float weight,
int maxParallelApps) |
|
static QueueInfo |
QueueInfo.newInstance(java.lang.String queueName,
java.lang.String queuePath,
float capacity,
float maximumCapacity,
float currentCapacity,
java.util.List<QueueInfo> childQueues,
java.util.List<ApplicationReport> applications,
QueueState queueState,
java.util.Set<java.lang.String> accessibleNodeLabels,
java.lang.String defaultNodeLabelExpression,
QueueStatistics queueStatistics,
boolean preemptionDisabled,
float weight,
int maxParallelApps,
java.util.Map<java.lang.String,QueueConfigurations> queueConfigurations) |
|
static QueueInfo |
QueueInfo.newInstance(java.lang.String queueName,
java.lang.String queuePath,
float capacity,
float maximumCapacity,
float currentCapacity,
java.util.List<QueueInfo> childQueues,
java.util.List<ApplicationReport> applications,
QueueState queueState,
java.util.Set<java.lang.String> accessibleNodeLabels,
java.lang.String defaultNodeLabelExpression,
QueueStatistics queueStatistics,
boolean preemptionDisabled,
float weight,
int maxParallelApps,
java.util.Map<java.lang.String,QueueConfigurations> queueConfigurations,
boolean intraQueuePreemptionDisabled) |
|
abstract void |
QueueInfo.setQueueState(QueueState queueState) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.