org.neo4j.kernel.ha
Class ZooToPaxosSwitchover

java.lang.Object
  extended by org.neo4j.kernel.ha.ZooToPaxosSwitchover
All Implemented Interfaces:
Switchover

public class ZooToPaxosSwitchover
extends Object
implements Switchover


Constructor Summary
ZooToPaxosSwitchover(org.neo4j.kernel.lifecycle.LifeSupport life, org.neo4j.kernel.lifecycle.LifeSupport lifeToStart, List<org.neo4j.kernel.lifecycle.Lifecycle> lifeToStop, DelegateInvocationHandler<org.neo4j.cluster.member.ClusterMemberEvents> clusterEventsDelegateInvocationHandler, DelegateInvocationHandler<HighAvailabilityMemberContext> memberContextDelegateInvocationHandler, DelegateInvocationHandler clusterMemberAvailabilityDelegateInvocationHandler, org.neo4j.cluster.member.paxos.PaxosClusterMemberEvents localClusterEvents, HighAvailabilityMemberContext localMemberContext, org.neo4j.cluster.member.paxos.PaxosClusterMemberAvailability localClusterMemberAvailability)
           
 
Method Summary
 void doSwitchover()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZooToPaxosSwitchover

public ZooToPaxosSwitchover(org.neo4j.kernel.lifecycle.LifeSupport life,
                            org.neo4j.kernel.lifecycle.LifeSupport lifeToStart,
                            List<org.neo4j.kernel.lifecycle.Lifecycle> lifeToStop,
                            DelegateInvocationHandler<org.neo4j.cluster.member.ClusterMemberEvents> clusterEventsDelegateInvocationHandler,
                            DelegateInvocationHandler<HighAvailabilityMemberContext> memberContextDelegateInvocationHandler,
                            DelegateInvocationHandler clusterMemberAvailabilityDelegateInvocationHandler,
                            org.neo4j.cluster.member.paxos.PaxosClusterMemberEvents localClusterEvents,
                            HighAvailabilityMemberContext localMemberContext,
                            org.neo4j.cluster.member.paxos.PaxosClusterMemberAvailability localClusterMemberAvailability)
Method Detail

doSwitchover

public void doSwitchover()
Specified by:
doSwitchover in interface Switchover


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