org.apache.accumulo.server.monitor.servlets
Enum VisServlet.StatType
java.lang.Object
java.lang.Enum<VisServlet.StatType>
org.apache.accumulo.server.monitor.servlets.VisServlet.StatType
- All Implemented Interfaces:
- Serializable, Comparable<VisServlet.StatType>
- Enclosing class:
- VisServlet
public static enum VisServlet.StatType
- extends Enum<VisServlet.StatType>
osload
public static final VisServlet.StatType osload
ingest
public static final VisServlet.StatType ingest
query
public static final VisServlet.StatType query
ingestMB
public static final VisServlet.StatType ingestMB
queryMB
public static final VisServlet.StatType queryMB
scans
public static final VisServlet.StatType scans
scansessions
public static final VisServlet.StatType scansessions
holdtime
public static final VisServlet.StatType holdtime
allavg
public static final VisServlet.StatType allavg
allmax
public static final VisServlet.StatType allmax
values
public static VisServlet.StatType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (VisServlet.StatType c : VisServlet.StatType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static VisServlet.StatType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
getMax
public int getMax()
getAdjustMax
public boolean getAdjustMax()
getSignificance
public float getSignificance()
getDescription
public String getDescription()
isDerived
public boolean isDerived()
numDerived
public static int numDerived()
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.