| Interface | Description |
|---|---|
| AppenderListener |
A listener interface for receiving events when excerpt
are durably persisted to a queue.
|
| ChronicleQueue |
Chronicle (in a generic sense) is a Java project focused on building a persisted low
latency messaging framework for high performance and critical applications.
|
| CycleCalculator | |
| ExcerptAppender |
The component that facilitates sequentially writing data to a
ChronicleQueue. |
| ExcerptCommon<E extends ExcerptCommon<E>> |
The ExcerptCommon is common to both ExcerptAppender
and ExcerptTailer.
|
| ExcerptTailer |
The component that facilitates sequentially reading data from a
ChronicleQueue. |
| RollCycle |
| Class | Description |
|---|---|
| ChronicleHistoryReaderMain |
Reads @see MessageHistory from a chronicle and outputs histograms for
latencies for each component that has processed a message
latencies between each component that has processed a message
|
| ChronicleReaderMain |
Display records in a Chronicle in a text form.
|
| ChronicleWriterMain | |
| QueueSystemProperties |
| Enum | Description |
|---|---|
| BufferMode | |
| DefaultCycleCalculator | |
| NoMessageHistory | |
| RollCycles |
Roll cycles to use with the queue.
|
| TailerDirection | |
| TailerState |
Copyright © 2022. All rights reserved.