Uses of Class
org.neo4j.kernel.ha.cluster.zoo.Machine

Packages that use Machine
org.neo4j.kernel.ha.cluster.zoo   
 

Uses of Machine in org.neo4j.kernel.ha.cluster.zoo
 

Subclasses of Machine in org.neo4j.kernel.ha.cluster.zoo
 class ZooKeeperMachine
           
 

Fields in org.neo4j.kernel.ha.cluster.zoo declared as Machine
protected  Machine ZooClient.cachedMaster
           
static Machine ZooClient.NO_MACHINE
           
 

Methods in org.neo4j.kernel.ha.cluster.zoo that return Machine
 Machine ZooClient.getCachedMaster()
           
protected  Machine ZooClient.getHaServer(int machineId, boolean wait)
           
protected  Machine ZooClient.readHaServer(int machineId, boolean wait)
           
 

Methods in org.neo4j.kernel.ha.cluster.zoo that return types with arguments of type Machine
protected  Iterable<Machine> ZooClient.getHaServers()
           
 

Methods in org.neo4j.kernel.ha.cluster.zoo with parameters of type Machine
protected  void ZooClient.masterElectionHappened(Machine previousMaster, Machine newMaster)
           
 



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