| Package | Description |
|---|---|
| org.eclipse.aether.internal.impl.synccontext.named | |
| org.eclipse.aether.named | |
| org.eclipse.aether.named.providers | |
| org.eclipse.aether.named.support |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Deque<NamedLock> |
NamedLockFactoryAdapter.AdaptedLockSyncContext.locks |
| Modifier and Type | Method and Description |
|---|---|
NamedLock |
NamedLockFactory.getLock(java.lang.String name)
Creates or reuses existing
NamedLock. |
| Modifier and Type | Class and Description |
|---|---|
private static class |
NoopNamedLockFactory.NoopNamedLock |
| Modifier and Type | Class and Description |
|---|---|
class |
AdaptedSemaphoreNamedLock
Named lock support implementation that is using "adapted" semaphore (to be able to use semaphores not sharing common
API).
|
class |
FileLockNamedLock
Named lock that uses
FileLock. |
class |
NamedLockSupport
Support class for
NamedLock implementations providing reference counting. |
class |
ReadWriteLockNamedLock
Named lock support implementation that is using
ReadWriteLock instances. |