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