| Modifier and Type | Method and Description |
|---|---|
ChronicleQueue |
ChronicleQueueBuilder.build() |
ChronicleQueue |
ExcerptCommon.queue() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractChronicleQueue |
| Constructor and Description |
|---|
ZippedDocumentAppender(BytesRingBuffer bytesRingBuffer,
ChronicleQueue chronicleQueue) |
| Modifier and Type | Method and Description |
|---|---|
ChronicleQueue |
SingleChronicleQueueBuilder.build() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractChronicle
Created by Rob Austin
|
class |
IndexedSingleChronicleQueue
SingleChronicle implements Chronicle over a single streaming file
|
| Modifier and Type | Method and Description |
|---|---|
ChronicleQueue |
SingleAppender.chronicle() |
ChronicleQueue |
SingleTailer.queue() |
ChronicleQueue |
SingleAppender.queue() |
| Constructor and Description |
|---|
Indexer(ChronicleQueue chronicle,
net.openhft.chronicle.wire.WireType wireType) |
SingleAppender(ChronicleQueue chronicle,
java.util.function.Function<net.openhft.chronicle.bytes.Bytes,net.openhft.chronicle.wire.Wire> bytesToWire) |
Copyright © 2015. All rights reserved.