| Package | Description |
|---|---|
| net.openhft.chronicle.queue |
Main API for the Chronicle Queue library.
|
| net.openhft.chronicle.queue.impl.single |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExcerptCommon<E extends ExcerptCommon<E>>
The ExcerptCommon is common to both ExcerptAppender
and ExcerptTailer.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExcerptAppender
The component that facilitates sequentially writing data to a
ChronicleQueue. |
interface |
ExcerptTailer
The component that facilitates sequentially reading data from a
ChronicleQueue. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InternalAppender
please don't use this interface as its an internal implementation.
|
Copyright © 2022. All rights reserved.