public enum Table extends Enum<Table>
| Enum Constant and Description |
|---|
METRICS_CACHE |
METRICS_CACHE_INDEX |
ONE_HOUR_METRICS |
RAW_METRICS |
SCHEMA_VERSION |
SIX_HOUR_METRICS |
TWENTY_FOUR_HOUR_METRICS |
| Modifier and Type | Method and Description |
|---|---|
String |
getTableName() |
static Table |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Table[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Table METRICS_CACHE
public static final Table METRICS_CACHE_INDEX
public static final Table RAW_METRICS
public static final Table ONE_HOUR_METRICS
public static final Table SIX_HOUR_METRICS
public static final Table TWENTY_FOUR_HOUR_METRICS
public static final Table SCHEMA_VERSION
public static Table[] values()
for (Table c : Table.values()) System.out.println(c);
public static Table 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 getTableName()
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.