Uses of Class
org.neo4j.server.statistic.StatisticCollector

Packages that use StatisticCollector
org.neo4j.server   
org.neo4j.server.database   
org.neo4j.server.modules   
org.neo4j.server.statistic   
 

Uses of StatisticCollector in org.neo4j.server
 

Fields in org.neo4j.server declared as StatisticCollector
protected  StatisticCollector AbstractNeoServer.statisticsCollector
           
 

Uses of StatisticCollector in org.neo4j.server.database
 

Methods in org.neo4j.server.database that return StatisticCollector
 StatisticCollector Database.statisticCollector()
          Deprecated. 
 

Uses of StatisticCollector in org.neo4j.server.modules
 

Constructors in org.neo4j.server.modules with parameters of type StatisticCollector
StatisticModule(WebServer webServer, StatisticCollector requestStatistics, org.apache.commons.configuration.Configuration config)
           
 

Uses of StatisticCollector in org.neo4j.server.statistic
 

Constructors in org.neo4j.server.statistic with parameters of type StatisticCollector
StatisticFilter(StatisticCollector collector)
           
 



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