Class ZkDistributedCollectionLockFactory

  • All Implemented Interfaces:
    DistributedCollectionLockFactory

    public class ZkDistributedCollectionLockFactory
    extends Object
    implements DistributedCollectionLockFactory
    A distributed lock implementation using Zookeeper "directory" nodes created within a collection znode hierarchy, for use with the distributed Collection API implementation. The locks are implemented using ephemeral nodes placed below the "directory" nodes.
    See Also:
    Zookeeper lock recipe