org.neo4j.kernel.ha
Class HighAvailabilityDiagnostics

java.lang.Object
  extended by org.neo4j.kernel.ha.HighAvailabilityDiagnostics
All Implemented Interfaces:
org.neo4j.kernel.info.DiagnosticsProvider

public class HighAvailabilityDiagnostics
extends Object
implements org.neo4j.kernel.info.DiagnosticsProvider

TODO


Constructor Summary
HighAvailabilityDiagnostics(HighAvailabilityMemberStateMachine memberStateMachine, org.neo4j.cluster.client.ClusterClient clusterClient)
           
 
Method Summary
 void acceptDiagnosticsVisitor(Object visitor)
           
 void dump(org.neo4j.kernel.info.DiagnosticsPhase phase, org.neo4j.kernel.impl.util.StringLogger log)
           
 String getDiagnosticsIdentifier()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HighAvailabilityDiagnostics

public HighAvailabilityDiagnostics(HighAvailabilityMemberStateMachine memberStateMachine,
                                   org.neo4j.cluster.client.ClusterClient clusterClient)
Method Detail

getDiagnosticsIdentifier

public String getDiagnosticsIdentifier()
Specified by:
getDiagnosticsIdentifier in interface org.neo4j.kernel.info.DiagnosticsProvider

acceptDiagnosticsVisitor

public void acceptDiagnosticsVisitor(Object visitor)
Specified by:
acceptDiagnosticsVisitor in interface org.neo4j.kernel.info.DiagnosticsProvider

dump

public void dump(org.neo4j.kernel.info.DiagnosticsPhase phase,
                 org.neo4j.kernel.impl.util.StringLogger log)
Specified by:
dump in interface org.neo4j.kernel.info.DiagnosticsProvider


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