| Package | Description |
|---|---|
| org.apache.accumulo.fate | |
| org.apache.accumulo.fate.zookeeper |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AdminUtil.checkGlobalLock(IZooReaderWriter zk,
String path) |
void |
AdminUtil.deleteLocks(ZooStore<T> zs,
IZooReaderWriter zk,
String path,
String txidStr) |
boolean |
AdminUtil.prepDelete(ZooStore<T> zs,
IZooReaderWriter zk,
String path,
String txidStr) |
boolean |
AdminUtil.prepFail(ZooStore<T> zs,
IZooReaderWriter zk,
String path,
String txidStr) |
void |
AdminUtil.print(ZooStore<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) |
Copyright © 2014 Apache Accumulo Project. All Rights Reserved.