org.apache.accumulo.server.zookeeper
Class ZooReaderWriter
java.lang.Object
org.apache.accumulo.fate.zookeeper.ZooReader
org.apache.accumulo.fate.zookeeper.ZooReaderWriter
org.apache.accumulo.server.zookeeper.ZooReaderWriter
- All Implemented Interfaces:
- IZooReader, IZooReaderWriter
public class ZooReaderWriter
- extends ZooReaderWriter
Methods inherited from class org.apache.accumulo.fate.zookeeper.ZooReaderWriter |
delete, getInstance, getRetryingInstance, getZooKeeper, isLockHeld, mkdirs, mutate, putEphemeralData, putEphemeralSequential, putPersistentData, putPersistentData, putPersistentSequential, putPrivatePersistentData, recursiveCopyPersistent, recursiveDelete, recursiveDelete |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZooReaderWriter
public ZooReaderWriter(String string,
int timeInMillis,
String secret)
getInstance
public static ZooReaderWriter getInstance()
getRetryingInstance
public static IZooReaderWriter getRetryingInstance()
- get an instance that retries when zookeeper connection errors occur
- Returns:
- an instance that retries when Zookeeper connection errors occur.
Copyright © 2013 Apache Accumulo Project. All Rights Reserved.