Package | Description |
---|---|
net.openhft.chronicle.queue |
Main API for the Chronicle Queue library.
|
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 . |
Copyright © 2024. All rights reserved.