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, wait
public void waitForLock()
waitForLock
in interface QueueLock
public void acquireLock()
acquireLock
in interface QueueLock
public void quietUnlock()
QueueLock
quietUnlock
in interface QueueLock
public void close()
close
in interface Closeable
close
in interface AutoCloseable
public boolean isClosed()
isClosed
in interface net.openhft.chronicle.core.io.QueryCloseable
Copyright © 2020. All rights reserved.