| Package | Description |
|---|---|
| net.openhft.chronicle.queue |
Main API for the Chronicle Queue library.
|
| net.openhft.chronicle.queue.reader |
| Modifier and Type | Method and Description |
|---|---|
@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 ExcerptTailer |
ChronicleQueue.nonAsyncTailer()
Create non-async tailer.
|
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 | Field and Description |
|---|---|
protected ExcerptTailer |
ChronicleHistoryReader.tailer |
| Modifier and Type | Method and Description |
|---|---|
ChronicleReader |
ChronicleReader.withDocumentPollMethod(Function<ExcerptTailer,net.openhft.chronicle.wire.DocumentContext> pollMethod) |
Copyright © 2024. All rights reserved.