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