Class ZkDistributedConfigSetLockFactory

  • All Implemented Interfaces:
    DistributedConfigSetLockFactory

    public class ZkDistributedConfigSetLockFactory
    extends Object
    implements DistributedConfigSetLockFactory
    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