Package | Description |
---|---|
org.apache.accumulo.core.client | |
org.apache.accumulo.core.zookeeper | |
org.apache.accumulo.fate.zookeeper |
Modifier and Type | Method and Description |
---|---|
static String |
ZooKeeperInstance.lookupInstanceName(ZooCache zooCache,
UUID instanceId)
Given a zooCache and instanceId, look up the instance name.
|
Modifier and Type | Class and Description |
---|---|
class |
ZooCache
Deprecated.
since 1.5, replaced by
ZooCache |
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 © 2011-2015 The Apache Software Foundation. All Rights Reserved.