| Package | Description |
|---|---|
| net.openhft.chronicle.queue |
Main API for the Chronicle Queue library.
|
| net.openhft.chronicle.queue.impl.single | |
| net.openhft.chronicle.queue.reader |
| Modifier and Type | Method and Description |
|---|---|
@NotNull ExcerptTailer |
ExcerptTailer.afterLastWritten(ChronicleQueue queue)
Winds this ExcerptTailer to after the last entry which wrote an entry to the queue.
|
@NotNull ExcerptTailer |
ChronicleQueue.createTailer()
Creates and returns a new ExcerptTailer for this ChronicleQueue.
|
default @NotNull ExcerptTailer |
ChronicleQueue.createTailer(String id)
Creates and returns a new ExcerptTailer for this ChronicleQueue with the given unique
id. |
@NotNull ExcerptTailer |
ExcerptTailer.direction(@NotNull TailerDirection direction)
Sets the direction of this ExcerptTailer.
|
default @NotNull ExcerptTailer |
ExcerptTailer.disableThreadSafetyCheck(boolean disableThreadSafetyCheck) |
ExcerptTailer |
ExcerptTailer.striding(boolean striding)
Sets the
striding property of this Tailer. |
@NotNull ExcerptTailer |
ExcerptTailer.toEnd()
Moves the index for this Tailer to the end of the queue.
|
@NotNull ExcerptTailer |
ExcerptTailer.toStart()
Moves the index for this Tailer to the first existing excerpt in the queue.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull ExcerptTailer |
SingleChronicleQueue.createTailer() |
@NotNull ExcerptTailer |
SingleChronicleQueue.createTailer(String id) |
| Modifier and Type | Method and Description |
|---|---|
static long |
BinarySearch.findWithinCycle(@NotNull net.openhft.chronicle.wire.Wire key,
@NotNull Comparator<net.openhft.chronicle.wire.Wire> c,
int cycle,
@NotNull ExcerptTailer tailer,
@NotNull SingleChronicleQueue q,
@NotNull RollCycle rollCycle) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Reader.readOne(@NotNull QueueEntryHandler messageConverter,
@NotNull ExcerptTailer tailer,
@NotNull Consumer<String> messageConsumer) |
boolean |
ChronicleReader.readOne(@NotNull QueueEntryHandler messageConverter,
@NotNull ExcerptTailer tailer,
@NotNull Consumer<String> messageConsumer) |
| Modifier and Type | Method and Description |
|---|---|
ChronicleReader |
ChronicleReader.withDocumentPollMethod(Function<ExcerptTailer,net.openhft.chronicle.wire.DocumentContext> pollMethod) |
Copyright © 2022. All rights reserved.