Uses of Interface
org.neo4j.kernel.ha.cluster.HighAvailability

Packages that use HighAvailability
org.neo4j.kernel.ha.cluster   
org.neo4j.kernel.ha.id   
 

Uses of HighAvailability in org.neo4j.kernel.ha.cluster
 

Classes in org.neo4j.kernel.ha.cluster that implement HighAvailability
 class HighAvailabilityMemberStateMachine
          State machine that listens for global cluster events, and coordinates the internal transitions between ClusterMemberStates.
 

Constructors in org.neo4j.kernel.ha.cluster with parameters of type HighAvailability
AbstractModeSwitcher(HighAvailability highAvailability, DelegateInvocationHandler<T> delegate)
           
 

Uses of HighAvailability in org.neo4j.kernel.ha.id
 

Constructors in org.neo4j.kernel.ha.id with parameters of type HighAvailability
HaIdGeneratorFactory(Master master, HighAvailability highAvailability, org.neo4j.kernel.logging.Logging logging)
           
 



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