protected static final class RingBuffer.NoOpLock extends Object implements Lock
| Modifier | Constructor and Description |
|---|---|
protected |
NoOpLock() |
| Modifier and Type | Method and Description |
|---|---|
void |
lock() |
void |
lockInterruptibly() |
Condition |
newCondition() |
boolean |
tryLock() |
boolean |
tryLock(long time,
TimeUnit unit) |
void |
unlock() |
protected NoOpLock()
public void lockInterruptibly()
lockInterruptibly in interface Lockpublic Condition newCondition()
newCondition in interface LockCopyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.