| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.metrics |
| Modifier and Type | Method | Description |
|---|---|---|
static AMRMClientRelayerMetrics.RequestType |
AMRMClientRelayerMetrics.getRequestType(org.apache.hadoop.yarn.api.records.ExecutionType execType) |
|
static AMRMClientRelayerMetrics.RequestType |
AMRMClientRelayerMetrics.RequestType.valueOf(java.lang.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 | Description |
|---|---|---|
void |
AMRMClientRelayerMetrics.addFulfilledQPS(java.lang.String instanceId,
AMRMClientRelayerMetrics.RequestType type,
long numEntries) |
|
void |
AMRMClientRelayerMetrics.addFulfillLatency(java.lang.String instanceId,
AMRMClientRelayerMetrics.RequestType type,
long latency) |
|
void |
AMRMClientRelayerMetrics.addRequestedQPS(java.lang.String instanceId,
AMRMClientRelayerMetrics.RequestType type,
long numEntries) |
|
void |
AMRMClientRelayerMetrics.decrClientPending(java.lang.String instanceId,
AMRMClientRelayerMetrics.RequestType type,
int diff) |
|
protected org.apache.hadoop.metrics2.lib.MutableGaugeLong |
AMRMClientRelayerMetrics.getFulfilledQPSMetric(java.lang.String instanceId,
AMRMClientRelayerMetrics.RequestType type) |
|
protected org.apache.hadoop.metrics2.lib.MutableQuantiles |
AMRMClientRelayerMetrics.getFulfillLatencyMetric(java.lang.String instanceId,
AMRMClientRelayerMetrics.RequestType type) |
|
protected org.apache.hadoop.metrics2.lib.MutableGaugeLong |
AMRMClientRelayerMetrics.getPendingMetric(java.lang.String instanceId,
AMRMClientRelayerMetrics.RequestType type) |
|
protected org.apache.hadoop.metrics2.lib.MutableGaugeLong |
AMRMClientRelayerMetrics.getRequestedQPSMetric(java.lang.String instanceId,
AMRMClientRelayerMetrics.RequestType type) |
|
void |
AMRMClientRelayerMetrics.incrClientPending(java.lang.String instanceId,
AMRMClientRelayerMetrics.RequestType type,
int diff) |
|
protected void |
AMRMClientRelayerMetrics.setClientPending(java.lang.String instanceId,
AMRMClientRelayerMetrics.RequestType type,
int val) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.