| Package | Description |
|---|---|
| net.openhft.chronicle.queue | |
| net.openhft.chronicle.queue.impl | |
| net.openhft.chronicle.queue.impl.single.work.in.progress |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
ExcerptTailer |
ChronicleQueue.createTailer()
A Tailer can be used to read sequentially from the lower of a given position.
|
ExcerptTailer |
ExcerptTailer.toEnd()
Wind to the upper.
|
ExcerptTailer |
ExcerptTailer.toStart()
Replay from the lower.
|
| Modifier and Type | Method and Description |
|---|---|
ExcerptTailer |
AbstractChronicleQueue.createTailer() |
| Modifier and Type | Class and Description |
|---|---|
class |
SingleTailer
Created by peter.lawrey on 30/01/15.
|
| Modifier and Type | Method and Description |
|---|---|
ExcerptTailer |
IndexedSingleChronicleQueue.createTailer() |
ExcerptTailer |
SingleTailer.toEnd() |
ExcerptTailer |
SingleTailer.toStart() |
Copyright © 2015. All rights reserved.