Uses of Class
org.neo4j.kernel.ha.ConnectionInformation

Packages that use ConnectionInformation
org.neo4j.kernel.ha   
org.neo4j.kernel.ha.zookeeper   
 

Uses of ConnectionInformation in org.neo4j.kernel.ha
 

Methods in org.neo4j.kernel.ha that return ConnectionInformation
 ConnectionInformation[] Broker.getConnectionInformation()
           
 ConnectionInformation[] AbstractBroker.getConnectionInformation()
           
 ConnectionInformation Broker.getConnectionInformation(int machineId)
           
 ConnectionInformation AbstractBroker.getConnectionInformation(int machineId)
           
 

Uses of ConnectionInformation in org.neo4j.kernel.ha.zookeeper
 

Methods in org.neo4j.kernel.ha.zookeeper that return ConnectionInformation
 ConnectionInformation[] ZooKeeperBroker.getConnectionInformation()
           
 ConnectionInformation ZooKeeperBroker.getConnectionInformation(int machineId)
           
 

Methods in org.neo4j.kernel.ha.zookeeper with parameters of type ConnectionInformation
 void ZooClient.getJmxConnectionData(ConnectionInformation connection)
           
 



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