Uses of Enum Class
org.apache.hadoop.yarn.api.records.QueueState
Packages that use QueueState
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of QueueState in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return QueueStateModifier and TypeMethodDescriptionabstract QueueStateQueueInfo.getQueueState()Get theQueueStateof the queue.static QueueStateReturns the enum constant of this class with the specified name.static QueueState[]QueueState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.yarn.api.records with parameters of type QueueStateModifier and TypeMethodDescriptionstatic QueueInfoQueueInfo.newInstance(String queueName, String queuePath, float capacity, float maximumCapacity, float currentCapacity, List<QueueInfo> childQueues, List<ApplicationReport> applications, QueueState queueState, Set<String> accessibleNodeLabels, String defaultNodeLabelExpression, QueueStatistics queueStatistics, boolean preemptionDisabled, float weight, int maxParallelApps) static QueueInfoQueueInfo.newInstance(String queueName, String queuePath, float capacity, float maximumCapacity, float currentCapacity, List<QueueInfo> childQueues, List<ApplicationReport> applications, QueueState queueState, Set<String> accessibleNodeLabels, String defaultNodeLabelExpression, QueueStatistics queueStatistics, boolean preemptionDisabled, float weight, int maxParallelApps, Map<String, org.apache.hadoop.yarn.api.records.QueueConfigurations> queueConfigurations) static QueueInfoQueueInfo.newInstance(String queueName, String queuePath, float capacity, float maximumCapacity, float currentCapacity, List<QueueInfo> childQueues, List<ApplicationReport> applications, QueueState queueState, Set<String> accessibleNodeLabels, String defaultNodeLabelExpression, QueueStatistics queueStatistics, boolean preemptionDisabled, float weight, int maxParallelApps, Map<String, org.apache.hadoop.yarn.api.records.QueueConfigurations> queueConfigurations, boolean intraQueuePreemptionDisabled) abstract voidQueueInfo.setQueueState(QueueState queueState)