org.neo4j.server.rrd
Interface Sampleable

All Known Implementing Classes:
DatabasePrimitivesSampleableBase, MemoryUsedSampleable, NodeIdsInUseSampleable, PropertyCountSampleable, RelationshipCountSampleable, RequestBytesSampleable, RequestCountSampleable, RequestMaxTimeSampleable, RequestMeanTimeSampleable, RequestMedianTimeSampleable, RequestMinTimeSampleable, StatisticSampleableBase

public interface Sampleable


Method Summary
 String getName()
           
 org.rrd4j.DsType getType()
           
 double getValue()
           
 

Method Detail

getName

String getName()

getValue

double getValue()

getType

org.rrd4j.DsType getType()


Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.