| Package | Description |
|---|---|
| net.openhft.chronicle.queue | |
| net.openhft.chronicle.queue.impl.single |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Excerpt
The main data container of a
ChronicleQueue, an extended version of ExcerptTailer
which also facilitates random access. |
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 | Class and Description |
|---|---|
static class |
SingleChronicleQueueExcerpts.StoreAppender
StoreAppender
|
static class |
SingleChronicleQueueExcerpts.StoreTailer
Tailer
|
Copyright © 2016. All rights reserved.