Class DistributedReadWriteLock

  • All Implemented Interfaces:
    ReadWriteLock

    public class DistributedReadWriteLock
    extends Object
    implements ReadWriteLock
    A ReadWriteLock that can be implemented in ZooKeeper. Features the ability to store data with the lock, and recover the lock using that data to find the lock.