Uses of Interface
org.eclipse.aether.named.NamedLockFactory
-
Packages that use NamedLockFactory Package Description org.eclipse.aether.named.providers org.eclipse.aether.named.support -
-
Uses of NamedLockFactory in org.eclipse.aether.named.providers
Classes in org.eclipse.aether.named.providers that implement NamedLockFactory Modifier and Type Class Description class
FileLockNamedLockFactory
Named locks factory ofFileLockNamedLock
s.class
LocalReadWriteLockNamedLockFactory
A JVM-local named lock factory that uses namedReentrantReadWriteLock
s.class
LocalSemaphoreNamedLockFactory
A JVM-local named lock factory that uses namedSemaphore
s.class
NoopNamedLockFactory
A no-op lock factory, that creates no-op locks. -
Uses of NamedLockFactory in org.eclipse.aether.named.support
Classes in org.eclipse.aether.named.support that implement NamedLockFactory Modifier and Type Class Description class
NamedLockFactorySupport
Support class forNamedLockFactory
implementations providing reference counting.
-