| Package | Description |
|---|---|
| org.eclipse.aether.named | |
| org.eclipse.aether.named.support |
| Modifier and Type | Method and Description |
|---|---|
NamedLock |
NamedLockFactory.getLock(String name)
Creates or reuses existing
NamedLock. |
NamedLock |
NamedLockFactory.getLock(String name)
Creates or reuses existing
NamedLock. |
| 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. |
Copyright © 2010–2022 The Apache Software Foundation. All rights reserved.