org.neo4j.kernel.ha.zookeeper
Class ZooKeeperServerWrapper

java.lang.Object
  extended by org.neo4j.kernel.ha.zookeeper.ZooKeeperServerWrapper

public class ZooKeeperServerWrapper
extends Object


Constructor Summary
ZooKeeperServerWrapper(int myId, File dataDirectory, int clientPort, Collection<String> allZooKeeperServers, Map<String,String> additionalConfig)
           
 
Method Summary
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZooKeeperServerWrapper

public ZooKeeperServerWrapper(int myId,
                              File dataDirectory,
                              int clientPort,
                              Collection<String> allZooKeeperServers,
                              Map<String,String> additionalConfig)
                       throws IOException
Throws:
IOException
Method Detail

shutdown

public void shutdown()


Copyright © 2010 The Neo4j Graph Database Project. All Rights Reserved.