| Package | Description |
|---|---|
| net.openhft.chronicle.queue |
Main API for the Chronicle Queue library.
|
| 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 |
|---|---|
@NotNull ExcerptTailer |
ExcerptTailer.afterLastWritten(ChronicleQueue queue)
Winds this ExcerptTailer to after the last entry which wrote an entry to the queue.
|
| 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 © 2022. All rights reserved.