Class CompositeNamedLock

  • All Implemented Interfaces:
    java.lang.AutoCloseable, NamedLock

    public final class CompositeNamedLock
    extends NamedLockSupport
    Implementation of composite lock when "composition" is needed for locks that are naturally mapped as 1:1 name vs some backing implementation. Instances of these locks are "unique per call" and are not ref counted.
    Since:
    2.0.0