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