| 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(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) |
void |
AdminUtil.print(ReadOnlyTStore<T> zs,
IZooReaderWriter zk,
String lockPath,
Formatter fmt,
Set<Long> filterTxid,
EnumSet<ReadOnlyTStore.TStatus> filterStatus) |
| 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.