Neo4j Community

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

Type Parameters:
T - the type of the source to extract diagnostics information from.
All Superinterfaces:
DiagnosticsExtractor<T>
Enclosing interface:
DiagnosticsExtractor<T>

public static interface DiagnosticsExtractor.VisitableDiagnostics<T>
extends DiagnosticsExtractor<T>

A DiagnosticsExtractor capable of accepting visitors.

Author:
Tobias Lindaaker

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.neo4j.kernel.info.DiagnosticsExtractor
DiagnosticsExtractor.VisitableDiagnostics<T>
 
Method Summary
 void dispatchDiagnosticsVisitor(T source, Object visitor)
          Accept a visitor that may or may not be capable of visiting this object.
 
Methods inherited from interface org.neo4j.kernel.info.DiagnosticsExtractor
dumpDiagnostics
 

Method Detail

dispatchDiagnosticsVisitor

void dispatchDiagnosticsVisitor(T source,
                                Object visitor)
Accept a visitor that may or may not be capable of visiting this object.

Parameters:
source - the source to get diagnostics information from.
visitor - the visitor visiting the diagnostics information.
See Also:
DiagnosticsProvider.acceptDiagnosticsVisitor(Object)

Neo4j Community

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