Uses of Class
org.apache.hadoop.yarn.api.records.QueueInfo
Packages that use QueueInfo
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of QueueInfo in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return QueueInfoModifier and TypeMethodDescriptionabstract QueueInfoGetQueueInfoResponse.getQueueInfo()Get theQueueInfofor the specified queue.Methods in org.apache.hadoop.yarn.api.protocolrecords with parameters of type QueueInfoModifier and TypeMethodDescriptionstatic GetQueueInfoResponseGetQueueInfoResponse.newInstance(QueueInfo queueInfo) abstract voidGetQueueInfoResponse.setQueueInfo(QueueInfo queueInfo) -
Uses of QueueInfo in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return QueueInfoModifier 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) Methods in org.apache.hadoop.yarn.api.records that return types with arguments of type QueueInfoMethod parameters in org.apache.hadoop.yarn.api.records with type arguments of type QueueInfoModifier 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 void -
Uses of QueueInfo in org.apache.hadoop.yarn.client.api
Methods in org.apache.hadoop.yarn.client.api that return QueueInfoModifier and TypeMethodDescriptionabstract QueueInfoYarnClient.getQueueInfo(String queueName) Get information (QueueInfo) about a given queue.abstract QueueInfoYarnClient.getQueueInfo(String queueName, String subClusterId) Get information (QueueInfo) about a given queue.Methods in org.apache.hadoop.yarn.client.api that return types with arguments of type QueueInfoModifier and TypeMethodDescriptionYarnClient.getAllQueues()Get information (QueueInfo) about all queues, recursively if there is a hierarchyYarnClient.getChildQueueInfos(String parent) Get information (QueueInfo) about all the immediate children queues of the given queueYarnClient.getRootQueueInfos()Get information (QueueInfo) about top level queues.