Interface: sun.management.counter.Counter
- public interface Counter
- extends Serializable
The base class for a performance counter.
Methods
-
getFlagstop
public int getFlags()Return the flags associated with the counter. -
getNametop
public String getName()Returns the name of this performance counter -
getUnitstop
public Units getUnits()Returns the Units for this performance counter -
getValuetop
public Object getValue()Returns an Object that encapsulates the data value of this counter -
getVariabilitytop
public Variability getVariability()Returns the Variability for this performance counter -
getVectorLengthtop
public int getVectorLength()Returns the length of the vector -
isInternaltop
public boolean isInternal()Returns true if this counter is an internal counter. -
isVectortop
public boolean isVector()Returns true if this performance counter is a vector
