| Package | Description |
|---|---|
| net.openhft.chronicle.queue | |
| net.openhft.chronicle.queue.impl |
| 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 |
Excerpts.BufferedAppender
Unlike the other appenders the write methods are not able to return the index that he exceprt
was written to, as the write is deferred using a ring buffer , and later written using a
background thread
|
static class |
Excerpts.DefaultAppender<T extends ChronicleQueue> |
static class |
Excerpts.StoreAppender
StoreAppender
|
static class |
Excerpts.StoreTailer
Tailer
|
Copyright © 2016. All rights reserved.