Package | Description |
---|---|
org.apache.accumulo.fate | |
org.apache.accumulo.fate.zookeeper | |
org.apache.accumulo.server.zookeeper |
Modifier and Type | Method and Description |
---|---|
boolean |
AdminUtil.checkGlobalLock(IZooReaderWriter zk,
String path) |
void |
AdminUtil.deleteLocks(TStore<T> zs,
IZooReaderWriter zk,
String path,
String txidStr) |
boolean |
AdminUtil.prepDelete(TStore<T> zs,
IZooReaderWriter zk,
String path,
String txidStr) |
boolean |
AdminUtil.prepFail(TStore<T> zs,
IZooReaderWriter zk,
String path,
String txidStr) |
void |
AdminUtil.print(ReadOnlyTStore<T> zs,
IZooReaderWriter zk,
String lockPath) |
Constructor and Description |
---|
ZooStore(String path,
IZooReaderWriter zk) |
Modifier and Type | Class and Description |
---|---|
class |
ZooReaderWriter |
Modifier and Type | Field and Description |
---|---|
protected IZooReaderWriter |
ZooLock.zooKeeper |
Modifier and Type | Method and Description |
---|---|
static IZooReaderWriter |
ZooReaderWriter.getRetryingInstance(String zookeepers,
int timeInMillis,
String scheme,
byte[] auth)
get an instance that retries when zookeeper connection errors occur
|
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
ZooLock(ZooCache zc,
IZooReaderWriter zrw,
String path) |
ZooQueueLock(IZooReaderWriter zrw,
String path,
boolean ephemeral) |
Modifier and Type | Method and Description |
---|---|
static IZooReaderWriter |
ZooReaderWriter.getRetryingInstance()
get an instance that retries when zookeeper connection errors occur
|
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.