@Deprecated public interface QueueLock extends net.openhft.chronicle.core.io.Closeable
Modifier and Type | Method and Description |
---|---|
void |
acquireLock()
Deprecated.
Guaranteed to lock or throw
|
boolean |
isLocked()
Deprecated.
Is this lock locked?
|
void |
quietUnlock()
Deprecated.
only unlocks if locked
|
void |
unlock()
Deprecated.
Tries to unlock, and if it can't, logs a warning
|
void |
waitForLock()
Deprecated.
|
void waitForLock()
void acquireLock()
void unlock()
void quietUnlock()
boolean isLocked()
Copyright © 2021. All rights reserved.