org.apache.accumulo.server.monitor.servlets
public static enum VisServlet.StatType extends Enum<VisServlet.StatType>
Enum Constant and Description |
---|
allavg |
allmax |
holdtime |
ingest |
ingestMB |
osload |
query |
queryMB |
scans |
scansessions |
Modifier and Type | Method and Description |
---|---|
boolean |
getAdjustMax() |
String |
getDescription() |
int |
getMax() |
float |
getSignificance() |
boolean |
isDerived() |
static int |
numDerived() |
static VisServlet.StatType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VisServlet.StatType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VisServlet.StatType osload
public static final VisServlet.StatType ingest
public static final VisServlet.StatType query
public static final VisServlet.StatType ingestMB
public static final VisServlet.StatType queryMB
public static final VisServlet.StatType scans
public static final VisServlet.StatType scansessions
public static final VisServlet.StatType holdtime
public static final VisServlet.StatType allavg
public static final VisServlet.StatType allmax
public static VisServlet.StatType[] values()
for (VisServlet.StatType c : VisServlet.StatType.values()) System.out.println(c);
public static VisServlet.StatType 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 int getMax()
public boolean getAdjustMax()
public float getSignificance()
public String getDescription()
public boolean isDerived()
public static int numDerived()
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.