| Package | Description |
|---|---|
| net.openhft.chronicle.queue.impl.single | |
| net.openhft.chronicle.queue.internal |
This package and any and all sub-packages contains strictly internal classes for this Chronicle library.
|
| net.openhft.chronicle.queue.util |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull SingleChronicleQueueBuilder |
SingleChronicleQueueBuilder.createAppenderConditionCreator(Function<SingleChronicleQueue,Condition> creator) |
| Constructor and Description |
|---|
Pretoucher(SingleChronicleQueue queue) |
Pretoucher(SingleChronicleQueue queue,
net.openhft.chronicle.bytes.NewChunkListener chunkListener,
IntConsumer cycleChangedListener,
boolean earlyAcquireNextCycle,
boolean canWrite) |
QueueLockUnlockedCondition(SingleChronicleQueue singleChronicleQueue) |
| Constructor and Description |
|---|
InternalPretouchHandler(SingleChronicleQueue queue) |
| Modifier and Type | Method and Description |
|---|---|
static net.openhft.chronicle.core.threads.EventHandler |
PretouchUtil.createEventHandler(@NotNull SingleChronicleQueue queue) |
Copyright © 2022. All rights reserved.