Uses of Class
org.eclipse.aether.named.support.NamedLockSupport
-
Uses of NamedLockSupport in org.eclipse.aether.named.providers
Modifier and TypeMethodDescriptionprotected NamedLockSupport
FileLockNamedLockFactory.createLock
(NamedLockKey key) -
Uses of NamedLockSupport in org.eclipse.aether.named.support
Modifier and TypeClassDescriptionclass
Named lock support implementation that is using "adapted" semaphore (to be able to use semaphores not sharing common API).final class
Implementation of composite lock when "composition" is needed for locks that are naturally mapped as 1:1 name vs some backing implementation.final class
Named lock that usesFileLock
.class
Named lock support implementation that is usingReadWriteLock
instances.Modifier and TypeMethodDescriptionprotected abstract NamedLockSupport
NamedLockFactorySupport.createLock
(NamedLockKey key) Implementations shall create and returnNamedLockSupport
for givenname
, this method must never returnnull
.Modifier and TypeMethodDescriptionprotected NamedLock
NamedLockFactorySupport.getLockAndRefTrack
(NamedLockKey key, Supplier<NamedLockSupport> supplier) ModifierConstructorDescriptionLockUpgradeNotSupportedException
(NamedLockSupport namedLock) Constructor for case, when current thread attempts lock upgrade on given lock instance.