Uses of Interface
org.apache.accumulo.fate.zookeeper.DistributedReadWriteLock.QueueLock
-
Packages that use DistributedReadWriteLock.QueueLock Package Description org.apache.accumulo.fate.zookeeper -
-
Uses of DistributedReadWriteLock.QueueLock in org.apache.accumulo.fate.zookeeper
Classes in org.apache.accumulo.fate.zookeeper that implement DistributedReadWriteLock.QueueLock Modifier and Type Class Description class
ZooQueueLock
Methods in org.apache.accumulo.fate.zookeeper with parameters of type DistributedReadWriteLock.QueueLock Modifier and Type Method Description static Lock
DistributedReadWriteLock. recoverLock(DistributedReadWriteLock.QueueLock qlock, byte[] data)
Constructors in org.apache.accumulo.fate.zookeeper with parameters of type DistributedReadWriteLock.QueueLock Constructor Description DistributedReadWriteLock(DistributedReadWriteLock.QueueLock qlock, byte[] data)
-