org.neo4j.kernel.ha.zookeeper
Class RootPathGetter

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

public abstract class RootPathGetter
extends Object


Constructor Summary
RootPathGetter()
           
 
Method Summary
static RootPathGetter forKnownStore(String storeDir)
           
static RootPathGetter forUnknownStore(String storeDir)
           
abstract  org.neo4j.helpers.Pair<String,Long> getRootPath(org.apache.zookeeper.ZooKeeper keeper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RootPathGetter

public RootPathGetter()
Method Detail

getRootPath

public abstract org.neo4j.helpers.Pair<String,Long> getRootPath(org.apache.zookeeper.ZooKeeper keeper)

forKnownStore

public static RootPathGetter forKnownStore(String storeDir)

forUnknownStore

public static RootPathGetter forUnknownStore(String storeDir)


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