| Package | Description |
|---|---|
| net.openhft.chronicle.queue | |
| net.openhft.chronicle.queue.impl.single |
| 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() |
| Modifier and Type | Method and Description |
|---|---|
static long |
BinarySearch.findWithinCycle(net.openhft.chronicle.wire.Wire key,
Comparator<net.openhft.chronicle.wire.Wire> c,
int cycle,
ExcerptTailer tailer,
SingleChronicleQueue q,
RollCycle rollCycle) |
Copyright © 2018. All rights reserved.