Package | Description |
---|---|
org.modeshape.common.collection.ring |
A ring buffer and the components it uses internally.
|
Modifier and Type | Method and Description |
---|---|
PointerBarrier |
SingleProducerCursor.newBarrier() |
PointerBarrier |
Cursor.newBarrier()
Add a new barrier that a consumer can use the wait for the next available positions.
|
Modifier and Type | Method and Description |
---|---|
long |
WaitStrategy.waitFor(long position,
Pointer pointer,
Pointer dependentPointer,
PointerBarrier barrier)
Wait for the given position to be available.
|
long |
BlockingWaitStrategy.waitFor(long position,
Pointer pointer,
Pointer dependentPointer,
PointerBarrier barrier) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.