com.neeve.stats
Class ByteGauge
java.lang.Object
com.neeve.stats.AbstractGauge
com.neeve.stats.ByteGauge
- All Implemented Interfaces:
- IStats.Gauge
public abstract class ByteGauge
- extends AbstractGauge
Base class for byte IStats.Gauge
implementations.
Methods inherited from class com.neeve.stats.AbstractGauge |
get, getBooleanValue, getCharValue, getDoubleValue, getFloatValue, getIntValue, getLongValue, getName, getNameAsRaw, getShortValue, getStringValue, getType |
ByteGauge
public ByteGauge(String name)
- Parameters:
name
- The name of the IStats.Gauge
.
getByteValue
public abstract byte getByteValue()
- Description copied from interface:
IStats.Gauge
- Gets the current value for a
IStats.Gauge.Type.Byte
Gauge.
- Specified by:
getByteValue
in interface IStats.Gauge
- Overrides:
getByteValue
in class AbstractGauge
- Returns:
- The current value for a
IStats.Gauge.Type.Byte
Gauge.
Copyright © 2016 Neeve Research, LLC. All Rights Reserved.