| Package | Description |
|---|---|
| net.openhft.chronicle.queue |
Main API for the Chronicle Queue library.
|
| net.openhft.chronicle.queue.channel | |
| net.openhft.chronicle.queue.reader |
| Modifier and Type | Method and Description |
|---|---|
default @NotNull ExcerptTailer |
ExcerptTailer.afterLastWritten(ChronicleQueue queue)
Winds this ExcerptTailer to after the last entry which wrote an entry to the queue.
|
default @NotNull ExcerptTailer |
ExcerptTailer.afterWrittenMessageAtIndex(@NotNull ChronicleQueue queue,
long index)
Winds this ExcerptTailer to the specified
index of the provided queue and reads the history message,
then moves this tailer to the message index in the history message. |
@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 |
|---|---|
static Consumer<ExcerptTailer> |
SubscribeHandler.NO_OP |
| Modifier and Type | Method and Description |
|---|---|
SubscribeHandler |
SubscribeHandler.subscriptionIndexController(Consumer<ExcerptTailer> subscriptionIndexController) |
PipeHandler |
PipeHandler.subscriptionIndexController(Consumer<ExcerptTailer> subscriptionIndexController) |
| 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.