| 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 |
ExcerptTailer.afterLastWritten(ChronicleQueue queue)
Wind this tailer to after the last entry which wrote an entry to the queue
|
ExcerptTailer |
ChronicleQueue.createTailer() |
ExcerptTailer |
ExcerptTailer.direction(TailerDirection direction)
Set the direction of movement.
|
ExcerptTailer |
ExcerptTailer.toEnd()
Wind to the last entry int eh last entry
|
ExcerptTailer |
ExcerptTailer.toStart()
Replay from the first entry in the first cycle.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SingleChronicleQueueExcerpts.StoreTailer
Tailer
|
| Modifier and Type | Method and Description |
|---|---|
ExcerptTailer |
SingleChronicleQueueExcerpts.StoreTailer.afterLastWritten(ChronicleQueue queue) |
ExcerptTailer |
SingleChronicleQueue.createTailer() |
ExcerptTailer |
SingleChronicleQueueExcerpts.StoreTailer.direction(TailerDirection direction) |
ExcerptTailer |
SingleChronicleQueueExcerpts.StoreTailer.toEnd() |
ExcerptTailer |
SingleChronicleQueueExcerpts.StoreTailer.toStart() |
Copyright © 2016. All rights reserved.