| Package | Description |
|---|---|
| net.openhft.chronicle.queue | |
| net.openhft.chronicle.queue.impl |
| Modifier and Type | Method and Description |
|---|---|
ExcerptAppender |
ChronicleQueue.createAppender()
An Appender can be used to writeBytes new excerpts sequentially to the upper.
|
| 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
|
| Modifier and Type | Method and Description |
|---|---|
ExcerptAppender |
AbstractChronicleQueue.createAppender() |
Copyright © 2016. All rights reserved.