public enum ExpectedAgentMetric extends Enum<ExpectedAgentMetric>
| Enum Constant and Description |
|---|
BUFFER_BYTES_LEFT |
BUFFER_BYTES_PER_MINUTE |
CURRENT_QUEUE_SIZE |
| Modifier and Type | Field and Description |
|---|---|
com.yammer.metrics.core.MetricName |
metricName |
| Modifier and Type | Method and Description |
|---|---|
String |
getCombinedName() |
static ExpectedAgentMetric |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExpectedAgentMetric[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExpectedAgentMetric BUFFER_BYTES_LEFT
public static final ExpectedAgentMetric BUFFER_BYTES_PER_MINUTE
public static final ExpectedAgentMetric CURRENT_QUEUE_SIZE
public static ExpectedAgentMetric[] values()
for (ExpectedAgentMetric c : ExpectedAgentMetric.values()) System.out.println(c);
public static ExpectedAgentMetric valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getCombinedName()
Copyright © 2016. All rights reserved.