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
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)
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.