Neo4j Enterprise

Uses of Class
org.neo4j.kernel.info.DiagnosticsPhase

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

Uses of DiagnosticsPhase in org.neo4j.kernel.configuration
 

Methods in org.neo4j.kernel.configuration with parameters of type DiagnosticsPhase
 void Config.dump(DiagnosticsPhase phase, org.neo4j.kernel.impl.util.StringLogger log)
           
 

Uses of DiagnosticsPhase in org.neo4j.kernel.info
 

Methods in org.neo4j.kernel.info that return DiagnosticsPhase
static DiagnosticsPhase DiagnosticsPhase.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DiagnosticsPhase[] DiagnosticsPhase.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.neo4j.kernel.info with parameters of type DiagnosticsPhase
 void DiagnosticsProvider.dump(DiagnosticsPhase phase, org.neo4j.kernel.impl.util.StringLogger log)
          Dump the diagnostic information of this DiagnosticsProvider for the specified phase to the provided log.
 void DiagnosticsExtractor.dumpDiagnostics(T source, DiagnosticsPhase phase, org.neo4j.kernel.impl.util.StringLogger log)
          Dump the diagnostic information of the specified source for the specified phase to the provided log.
 


Neo4j Enterprise

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