Package | Description |
---|---|
org.modeshape.common.collection.ring |
A ring buffer and the components it uses internally.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Cursor
A cursor in a ring buffer at which point information can be added to the buffer.
|
Modifier and Type | Class and Description |
---|---|
class |
GarbageCollectingConsumer |
class |
SingleProducerCursor
A single-threaded cursor for a ring buffer that ensures it does not pass the slowest
Pointer that is consuming entries. |
class |
TrailingPointer
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.