Uses of Interface
org.eclipse.aether.named.NamedLock
-
Packages that use NamedLock Package Description org.eclipse.aether.internal.impl.synccontext.named org.eclipse.aether.named org.eclipse.aether.named.providers org.eclipse.aether.named.support -
-
Uses of NamedLock in org.eclipse.aether.internal.impl.synccontext.named
Fields in org.eclipse.aether.internal.impl.synccontext.named with type parameters of type NamedLock Modifier and Type Field Description private java.util.Deque<NamedLock>NamedLockFactoryAdapter.AdaptedLockSyncContext. locks -
Uses of NamedLock in org.eclipse.aether.named
Methods in org.eclipse.aether.named that return NamedLock Modifier and Type Method Description NamedLockNamedLockFactory. getLock(java.lang.String name)Creates or reuses existingNamedLock. -
Uses of NamedLock in org.eclipse.aether.named.providers
Classes in org.eclipse.aether.named.providers that implement NamedLock Modifier and Type Class Description private static classNoopNamedLockFactory.NoopNamedLock -
Uses of NamedLock in org.eclipse.aether.named.support
Classes in org.eclipse.aether.named.support that implement NamedLock Modifier and Type Class Description classAdaptedSemaphoreNamedLockNamed lock support implementation that is using "adapted" semaphore (to be able to use semaphores not sharing common API).classFileLockNamedLockNamed lock that usesFileLock.classNamedLockSupportSupport class forNamedLockimplementations providing reference counting.classReadWriteLockNamedLockNamed lock support implementation that is usingReadWriteLockinstances.
-