| Package | Description |
|---|---|
| net.openhft.chronicle.queue | |
| net.openhft.chronicle.queue.impl.single |
| Constructor and Description |
|---|
PretouchHandler(SingleChronicleQueue queue) |
| Modifier and Type | Method and Description |
|---|---|
SingleChronicleQueue |
SingleChronicleQueueBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
static long |
BinarySearch.findWithinCycle(net.openhft.chronicle.wire.Wire key,
Comparator<net.openhft.chronicle.wire.Wire> c,
int cycle,
ExcerptTailer tailer,
SingleChronicleQueue q,
RollCycle rollCycle) |
static long |
BinarySearch.search(SingleChronicleQueue q,
net.openhft.chronicle.wire.Wire key,
Comparator<net.openhft.chronicle.wire.Wire> c)
returns the index or -1 if not found or the index if an exact match is found, an approximation in the form of -approximateIndex
or -1 if there was no searching to be done.
|
| Constructor and Description |
|---|
Pretoucher(SingleChronicleQueue queue) |
StoreTailer(SingleChronicleQueue queue) |
StoreTailer(SingleChronicleQueue queue,
net.openhft.chronicle.core.values.LongValue indexValue) |
Copyright © 2019. All rights reserved.