| Package | Description |
|---|---|
| net.openhft.chronicle.queue | |
| net.openhft.chronicle.queue.impl.single |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Excerpt
The main data container of a
ChronicleQueue, an extended version of ExcerptTailer
which also facilitates random access. |
| Modifier and Type | Method and Description |
|---|---|
ExcerptTailer |
ChronicleQueue.createTailer()
A Tailer can be used to read sequentially from the lower of a given position.
|
ExcerptTailer |
ExcerptTailer.toEnd()
Wind to the upper.
|
ExcerptTailer |
ExcerptTailer.toStart()
Replay from the lower.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SingleChronicleQueueExcerpts.StoreTailer
Tailer
|
| Modifier and Type | Method and Description |
|---|---|
ExcerptTailer |
SingleChronicleQueue.createTailer() |
ExcerptTailer |
SingleChronicleQueueExcerptFactory.createTailer(SingleChronicleQueue queue) |
ExcerptTailer |
SingleChronicleQueueExcerpts.StoreTailer.toEnd() |
ExcerptTailer |
SingleChronicleQueueExcerpts.StoreTailer.toStart() |
Copyright © 2016. All rights reserved.