org.neo4j.server.rrd.sampler
Class RequestMaxTimeSampleable

java.lang.Object
  extended by org.neo4j.server.rrd.sampler.StatisticSampleableBase
      extended by org.neo4j.server.rrd.sampler.RequestMaxTimeSampleable
All Implemented Interfaces:
Sampleable

public class RequestMaxTimeSampleable
extends StatisticSampleableBase


Constructor Summary
RequestMaxTimeSampleable(Database db)
           
 
Method Summary
 String getName()
           
 double getValue()
           
 
Methods inherited from class org.neo4j.server.rrd.sampler.StatisticSampleableBase
getCurrentSnapshot, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestMaxTimeSampleable

public RequestMaxTimeSampleable(Database db)
Method Detail

getName

public String getName()
Specified by:
getName in interface Sampleable
Specified by:
getName in class StatisticSampleableBase

getValue

public double getValue()
Specified by:
getValue in interface Sampleable
Specified by:
getValue in class StatisticSampleableBase


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