Uses of Class
org.apache.hadoop.yarn.api.records.QueueStatistics
Packages that use QueueStatistics
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of QueueStatistics in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return QueueStatisticsModifier and TypeMethodDescriptionabstract QueueStatisticsQueueInfo.getQueueStatistics()Get thequeue statsfor the queuestatic QueueStatisticsQueueStatistics.newInstance(long submitted, long running, long pending, long completed, long killed, long failed, long activeUsers, long availableMemoryMB, long allocatedMemoryMB, long pendingMemoryMB, long reservedMemoryMB, long availableVCores, long allocatedVCores, long pendingVCores, long reservedVCores) Methods in org.apache.hadoop.yarn.api.records with parameters of type QueueStatisticsModifier 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.setQueueStatistics(QueueStatistics queueStatistics) Set the queue statistics for the queue