public class NoopQueueLock extends Object implements QueueLock
| Constructor and Description |
|---|
NoopQueueLock() |
| Modifier and Type | Method and Description |
|---|---|
void |
acquireLock() |
void |
close() |
boolean |
isClosed() |
void |
quietUnlock()
wont report if it was unable to unlock, useful when closing, and you are not sure if you hold the lock in the first place.
|
void |
unlock() |
void |
waitForLock() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void waitForLock()
waitForLock in interface QueueLockpublic void acquireLock()
acquireLock in interface QueueLockpublic void quietUnlock()
QueueLockquietUnlock in interface QueueLockpublic void close()
close in interface Closeableclose in interface AutoCloseablepublic boolean isClosed()
isClosed in interface net.openhft.chronicle.core.io.QueryCloseableCopyright © 2020. All rights reserved.