public enum MetricSource extends Enum<MetricSource>
| Enum Constant and Description |
|---|
CASSANDRA |
EHCACHE |
MEMCACHED |
MONGO |
MYSQL |
TERRACOTTA |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplay() |
static MetricSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetricSource MYSQL
public static final MetricSource MONGO
public static final MetricSource TERRACOTTA
public static final MetricSource MEMCACHED
public static final MetricSource EHCACHE
public static final MetricSource CASSANDRA
public static MetricSource[] values()
for (MetricSource c : MetricSource.values()) System.out.println(c);
public static MetricSource 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 getDisplay()
Copyright © 2017. All rights reserved.