| Package | Description |
|---|---|
| net.openhft.chronicle.queue |
Main API for the Chronicle Queue library.
|
| net.openhft.chronicle.queue.reader | |
| net.openhft.chronicle.queue.util |
| 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 |
|---|---|
protected @NotNull ChronicleQueue |
ChronicleHistoryReader.createQueue() |
| Modifier and Type | Method and Description |
|---|---|
static net.openhft.chronicle.core.threads.EventHandler |
PretouchUtil.createEventHandler(@NotNull ChronicleQueue queue) |
static net.openhft.chronicle.queue.impl.single.Pretoucher |
PretouchUtil.createPretoucher(@NotNull ChronicleQueue queue) |
Copyright © 2024. All rights reserved.