| 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 ChronicleQueue |
ExcerptCommon.queue()
Returns the backing ChronicleQueue to which this
ExcerptCommon is attached to.
|
static @NotNull ChronicleQueue |
ChronicleQueue.single(@NotNull String pathName)
Creates and returns a new
ChronicleQueue that will be backed by
files located in the directory named by the provided pathName. |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
protected @NotNull ChronicleQueue |
ChronicleHistoryReader.createQueue() |
Copyright © 2024. All rights reserved.