|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IZooReaderWriter | |
---|---|
org.apache.accumulo.fate | |
org.apache.accumulo.fate.zookeeper | |
org.apache.accumulo.server.zookeeper |
Uses of IZooReaderWriter in org.apache.accumulo.fate |
---|
Methods in org.apache.accumulo.fate with parameters of type IZooReaderWriter | |
---|---|
void |
AdminUtil.checkGlobalLock(IZooReaderWriter zk,
String path)
|
void |
AdminUtil.deleteLocks(ZooStore<T> zs,
IZooReaderWriter zk,
String path,
String txidStr)
|
void |
AdminUtil.prepDelete(ZooStore<T> zs,
IZooReaderWriter zk,
String path,
String txidStr)
|
void |
AdminUtil.prepFail(ZooStore<T> zs,
IZooReaderWriter zk,
String path,
String txidStr)
|
void |
AdminUtil.print(ZooStore<T> zs,
IZooReaderWriter zk,
String lockPath)
|
Constructors in org.apache.accumulo.fate with parameters of type IZooReaderWriter | |
---|---|
ZooStore(String path,
IZooReaderWriter zk)
|
Uses of IZooReaderWriter in org.apache.accumulo.fate.zookeeper |
---|
Classes in org.apache.accumulo.fate.zookeeper that implement IZooReaderWriter | |
---|---|
class |
ZooReaderWriter
|
Fields in org.apache.accumulo.fate.zookeeper declared as IZooReaderWriter | |
---|---|
protected IZooReaderWriter |
ZooLock.zooKeeper
|
Methods in org.apache.accumulo.fate.zookeeper that return IZooReaderWriter | |
---|---|
static IZooReaderWriter |
ZooReaderWriter.getRetryingInstance(String zookeepers,
int timeInMillis,
String scheme,
byte[] auth)
get an instance that retries when zookeeper connection errors occur |
Methods in org.apache.accumulo.fate.zookeeper with parameters of type IZooReaderWriter | |
---|---|
static boolean |
ZooReservation.attempt(IZooReaderWriter zk,
String path,
String reservationID,
String debugInfo)
|
static void |
ZooLock.deleteLock(IZooReaderWriter zk,
String path)
|
static boolean |
ZooLock.deleteLock(IZooReaderWriter zk,
String path,
String lockData)
|
static void |
ZooReservation.release(IZooReaderWriter zk,
String path,
String reservationID)
|
Constructors in org.apache.accumulo.fate.zookeeper with parameters of type IZooReaderWriter | |
---|---|
ZooLock(ZooCache zc,
IZooReaderWriter zrw,
String path)
|
|
ZooQueueLock(IZooReaderWriter zrw,
String path,
boolean ephemeral)
|
Uses of IZooReaderWriter in org.apache.accumulo.server.zookeeper |
---|
Methods in org.apache.accumulo.server.zookeeper that return IZooReaderWriter | |
---|---|
static IZooReaderWriter |
ZooReaderWriter.getRetryingInstance()
get an instance that retries when zookeeper connection errors occur |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |