| Package | Description |
|---|---|
| net.openhft.chronicle.queue | |
| net.openhft.chronicle.queue.impl.single |
| Constructor and Description |
|---|
PretouchHandler(SingleChronicleQueue queue) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull SingleChronicleQueue |
SingleChronicleQueueBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
static long |
BinarySearch.findWithinCycle(@NotNull net.openhft.chronicle.wire.Wire key,
@NotNull Comparator<net.openhft.chronicle.wire.Wire> c,
int cycle,
@NotNull ExcerptTailer tailer,
@NotNull SingleChronicleQueue q,
@NotNull RollCycle rollCycle) |
static long |
BinarySearch.search(@NotNull SingleChronicleQueue q,
@NotNull net.openhft.chronicle.wire.Wire key,
@NotNull 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) |
Copyright © 2020. All rights reserved.