| Package | Description |
|---|---|
| org.apache.accumulo.fate.zookeeper |
| Modifier and Type | Method and Description |
|---|---|
static ZooCache |
ZooCache.getInstance(String zooKeepers,
int sessionTimeout) |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
ZooUtil.getLockData(ZooCache zc,
String path) |
static byte[] |
ZooLock.getLockData(ZooCache zc,
String path,
org.apache.zookeeper.data.Stat stat) |
static long |
ZooLock.getSessionId(ZooCache zc,
String path) |
static boolean |
ZooLock.isLockHeld(ZooCache zc,
ZooUtil.LockID lid) |
| Constructor and Description |
|---|
ZooLock(ZooCache zc,
IZooReaderWriter zrw,
String path) |
Copyright © 2014 Apache Accumulo Project. All Rights Reserved.