org.neo4j.kernel.info
Interface DiagnosticsExtractor<T>

Type Parameters:
T - the type of the source to extract diagnostics information from.
All Known Subinterfaces:
DiagnosticsExtractor.VisitableDiagnostics<T>

public interface DiagnosticsExtractor<T>

An object that can extract diagnostics information from a source of a specific type.

Author:
Tobias Lindaaker

Nested Class Summary
static interface DiagnosticsExtractor.VisitableDiagnostics<T>
          A DiagnosticsExtractor capable of accepting visitors.
 
Method Summary
 void 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.
 

Method Detail

dumpDiagnostics

void 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.

Parameters:
source - the source to get diagnostics information from.
phase - the phase to dump information for.
log - the log to dump information to.
See Also:
DiagnosticsProvider.dump(DiagnosticsPhase, StringLogger)


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