| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.server.metrics | Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements. | 
| Modifier and Type | Method and Description | 
|---|---|
| static AMRMClientRelayerMetrics.RequestType | AMRMClientRelayerMetrics. getRequestType(org.apache.hadoop.yarn.api.records.ExecutionType execType) | 
| static AMRMClientRelayerMetrics.RequestType | AMRMClientRelayerMetrics.RequestType. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static AMRMClientRelayerMetrics.RequestType[] | AMRMClientRelayerMetrics.RequestType. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AMRMClientRelayerMetrics. addFulfilledQPS(String instanceId,
               AMRMClientRelayerMetrics.RequestType type,
               long numEntries) | 
| void | AMRMClientRelayerMetrics. addFulfillLatency(String instanceId,
                 AMRMClientRelayerMetrics.RequestType type,
                 long latency) | 
| void | AMRMClientRelayerMetrics. addRequestedQPS(String instanceId,
               AMRMClientRelayerMetrics.RequestType type,
               long numEntries) | 
| void | AMRMClientRelayerMetrics. decrClientPending(String instanceId,
                 AMRMClientRelayerMetrics.RequestType type,
                 int diff) | 
| protected org.apache.hadoop.metrics2.lib.MutableGaugeLong | AMRMClientRelayerMetrics. getFulfilledQPSMetric(String instanceId,
                     AMRMClientRelayerMetrics.RequestType type) | 
| protected org.apache.hadoop.metrics2.lib.MutableQuantiles | AMRMClientRelayerMetrics. getFulfillLatencyMetric(String instanceId,
                       AMRMClientRelayerMetrics.RequestType type) | 
| protected org.apache.hadoop.metrics2.lib.MutableGaugeLong | AMRMClientRelayerMetrics. getPendingMetric(String instanceId,
                AMRMClientRelayerMetrics.RequestType type) | 
| protected org.apache.hadoop.metrics2.lib.MutableGaugeLong | AMRMClientRelayerMetrics. getRequestedQPSMetric(String instanceId,
                     AMRMClientRelayerMetrics.RequestType type) | 
| void | AMRMClientRelayerMetrics. incrClientPending(String instanceId,
                 AMRMClientRelayerMetrics.RequestType type,
                 int diff) | 
| protected void | AMRMClientRelayerMetrics. setClientPending(String instanceId,
                AMRMClientRelayerMetrics.RequestType type,
                int val) | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.