|
Neo4j Enterprise | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |