public abstract class StatisticSampleableBase extends Object implements Sampleable
| Constructor and Description |
|---|
StatisticSampleableBase(Database db,
org.rrd4j.DsType dsType) |
| Modifier and Type | Method and Description |
|---|---|
protected StatisticRecord |
getCurrentSnapshot() |
abstract String |
getName() |
org.rrd4j.DsType |
getType() |
abstract double |
getValue() |
public StatisticSampleableBase(Database db, org.rrd4j.DsType dsType)
public abstract String getName()
getName in interface Sampleablepublic abstract double getValue()
getValue in interface Sampleableprotected StatisticRecord getCurrentSnapshot()
public org.rrd4j.DsType getType()
getType in interface SampleableCopyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.