org.neo4j.server.rrd.sampler
Class RelationshipCountSampleable

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

public class RelationshipCountSampleable
extends DatabasePrimitivesSampleableBase


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

Constructor Detail

RelationshipCountSampleable

public RelationshipCountSampleable(GraphDatabaseAPI db)
Method Detail

getName

public String getName()

getValue

public double getValue()


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