| Package | Description |
|---|---|
| net.openhft.chronicle.queue |
Main API for the Chronicle Queue library.
|
| net.openhft.chronicle.queue.channel.impl | |
| net.openhft.chronicle.queue.impl |
This package and any and all sub-packages contains strictly internal classes for this Chronicle library.
|
| net.openhft.chronicle.queue.impl.single | |
| 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. |
| Constructor and Description |
|---|
PublishQueueChannel(net.openhft.chronicle.wire.channel.ChronicleChannelCfg channelCfg,
net.openhft.chronicle.wire.channel.AbstractHandler publishHandler,
ChronicleQueue publishQueue) |
QueuesChannel(net.openhft.chronicle.wire.channel.ChronicleChannelCfg channelCfg,
net.openhft.chronicle.wire.channel.AbstractHandler handler,
ChronicleQueue publishQueue,
ChronicleQueue subscribeQueue) |
SubscribeQueueChannel(net.openhft.chronicle.wire.channel.ChronicleChannelCfg channelCfg,
net.openhft.chronicle.wire.channel.AbstractHandler pipeHandler,
ChronicleQueue subscribeQueue) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RollingChronicleQueue |
| Modifier and Type | Class and Description |
|---|---|
class |
SingleChronicleQueue |
| Modifier and Type | Method and Description |
|---|---|
protected @NotNull ChronicleQueue |
ChronicleHistoryReader.createQueue() |
Copyright © 2023. All rights reserved.