Uses of Class
org.apache.accumulo.fate.zookeeper.ZooCache.ZcStat
-
Packages that use ZooCache.ZcStat Package Description org.apache.accumulo.fate.zookeeper -
-
Uses of ZooCache.ZcStat in org.apache.accumulo.fate.zookeeper
Methods in org.apache.accumulo.fate.zookeeper with parameters of type ZooCache.ZcStat Modifier and Type Method Description protected voidZooCache. copyStats(ZooCache.ZcStat userStat, ZooCache.ZcStat cachedStat)Helper method to copy stats from the cached stat into userStatbyte[]ZooCache. get(String zPath, ZooCache.ZcStat status)Gets data at the given path, filling status information into the givenStatobject.static byte[]ZooLock. getLockData(ZooCache zc, String path, ZooCache.ZcStat stat)
-