| Package | Description |
|---|---|
| org.modeshape.common.collection.ring |
A ring buffer and the components it uses internally.
|
| org.modeshape.jcr.bus |
| 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
|
| Modifier and Type | Class and Description |
|---|---|
class |
RepositoryCursor
An extension to the
SingleProducerCursor cursor which adds some functionality required by the repository. |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.