Uses of Class
org.inria.myriads.snoozenode.configurator.faulttolerance.ZooKeeperSettings

Packages that use ZooKeeperSettings
org.inria.myriads.snoozenode.configurator.faulttolerance   
org.inria.myriads.snoozenode.groupmanager.leadelection   
org.inria.myriads.snoozenode.groupmanager.leadelection.api.impl   
 

Uses of ZooKeeperSettings in org.inria.myriads.snoozenode.configurator.faulttolerance
 

Methods in org.inria.myriads.snoozenode.configurator.faulttolerance that return ZooKeeperSettings
 ZooKeeperSettings FaultToleranceSettings.getZooKeeper()
          Returns the ZooKeeper parameters.
 

Methods in org.inria.myriads.snoozenode.configurator.faulttolerance with parameters of type ZooKeeperSettings
 void FaultToleranceSettings.setZooKeeper(ZooKeeperSettings zooKeeper)
          Sets the ZooKeeper parameters.
 

Uses of ZooKeeperSettings in org.inria.myriads.snoozenode.groupmanager.leadelection
 

Methods in org.inria.myriads.snoozenode.groupmanager.leadelection with parameters of type ZooKeeperSettings
static LeaderElection LeaderElectionFactory.newLeaderElection(ZooKeeperSettings zooKeeperParameters, org.inria.myriads.snoozecommon.communication.groupmanager.GroupManagerDescription groupManagerDescription, LeaderElectionListener listener)
          Creates the leader election logic.
 

Uses of ZooKeeperSettings in org.inria.myriads.snoozenode.groupmanager.leadelection.api.impl
 

Constructors in org.inria.myriads.snoozenode.groupmanager.leadelection.api.impl with parameters of type ZooKeeperSettings
ZooKeeperLeaderElection(ZooKeeperSettings zooKeeperParameters, org.inria.myriads.snoozecommon.communication.groupmanager.GroupManagerDescription groupManagerDescription, LeaderElectionListener listener)
          Leader election based on ZooKeeper.
 



Copyright © 2012. All Rights Reserved.