org.apache.accumulo.server.monitor.servlets
Enum VisServlet.StatType

java.lang.Object
  extended by java.lang.Enum<VisServlet.StatType>
      extended by 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>


Enum Constant Summary
allavg
           
allmax
           
holdtime
           
ingest
           
ingestMB
           
osload
           
query
           
queryMB
           
scans
           
scansessions
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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.