Neo4j Enterprise

Uses of Interface
org.neo4j.kernel.info.DiagnosticsProvider

Packages that use DiagnosticsProvider
org.neo4j.kernel.configuration   
org.neo4j.kernel.info   
 

Uses of DiagnosticsProvider in org.neo4j.kernel.configuration
 

Classes in org.neo4j.kernel.configuration that implement DiagnosticsProvider
 class Config
          This class holds the overall configuration of a Neo4j database instance.
 

Uses of DiagnosticsProvider in org.neo4j.kernel.info
 

Methods in org.neo4j.kernel.info that return types with arguments of type DiagnosticsProvider
 Iterator<DiagnosticsProvider> DiagnosticsManager.iterator()
           
 

Methods in org.neo4j.kernel.info with parameters of type DiagnosticsProvider
 void DiagnosticsManager.appendProvider(DiagnosticsProvider provider)
           
 void DiagnosticsManager.prependProvider(DiagnosticsProvider provider)
           
 


Neo4j Enterprise

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