| Package | Description |
|---|---|
| net.openhft.chronicle.queue |
Main API for the Chronicle Queue library.
|
| net.openhft.chronicle.queue.impl.single | |
| net.openhft.chronicle.queue.internal.reader.queueentryreaders | |
| 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 ExcerptTailer |
ExcerptTailer.disableThreadSafetyCheck(boolean disableThreadSafetyCheck)
Deprecated.
|
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) |
| Constructor and Description |
|---|
AbstractTailerPollingQueueEntryReader(ExcerptTailer tailer,
Function<ExcerptTailer,net.openhft.chronicle.wire.DocumentContext> pollMethod) |
CustomPluginQueueEntryReader(ExcerptTailer tailer,
Function<ExcerptTailer,net.openhft.chronicle.wire.DocumentContext> pollMethod,
ChronicleReaderPlugin plugin,
MessageConsumer consumer) |
MethodReaderQueueEntryReader(ExcerptTailer tailer,
MessageConsumer messageConsumer,
net.openhft.chronicle.wire.WireType wireType,
Class<?> methodReaderInterface,
boolean showMessageHistory) |
VanillaQueueEntryReader(@NotNull ExcerptTailer tailer,
@NotNull Function<ExcerptTailer,net.openhft.chronicle.wire.DocumentContext> pollMethod,
@NotNull QueueEntryHandler messageConverter,
@NotNull MessageConsumer messageConsumer) |
| Constructor and Description |
|---|
AbstractTailerPollingQueueEntryReader(ExcerptTailer tailer,
Function<ExcerptTailer,net.openhft.chronicle.wire.DocumentContext> pollMethod) |
CustomPluginQueueEntryReader(ExcerptTailer tailer,
Function<ExcerptTailer,net.openhft.chronicle.wire.DocumentContext> pollMethod,
ChronicleReaderPlugin plugin,
MessageConsumer consumer) |
| 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 © 2022. All rights reserved.