| Package | Description |
|---|---|
| net.openhft.chronicle.queue.impl.single | |
| net.openhft.chronicle.queue.impl.single.namedtailer | |
| net.openhft.chronicle.queue.util |
| Modifier and Type | Method and Description |
|---|---|
@NotNull SingleChronicleQueue |
SingleChronicleQueueBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
static long |
BinarySearch.search(@NotNull SingleChronicleQueue q,
@NotNull net.openhft.chronicle.wire.Wire key,
@NotNull Comparator<net.openhft.chronicle.wire.Wire> c)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull SingleChronicleQueueBuilder |
SingleChronicleQueueBuilder.createAppenderConditionCreator(Function<SingleChronicleQueue,Condition> creator) |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable IndexUpdater |
IndexUpdaterFactory.createIndexUpdater(@Nullable String tailerName,
@NotNull SingleChronicleQueue queue)
Create an instance of an
IndexUpdater depending on the values provided. |
| Constructor and Description |
|---|
VersionedIndexUpdater(@NotNull String tailerName,
@NotNull SingleChronicleQueue queue,
@NotNull net.openhft.chronicle.core.values.LongValue indexValue,
@NotNull net.openhft.chronicle.core.values.LongValue indexVersionValue) |
| Modifier and Type | Method and Description |
|---|---|
net.openhft.chronicle.core.threads.EventHandler |
PretoucherFactory.createEventHandler(@NotNull SingleChronicleQueue queue)
Deprecated.
|
static net.openhft.chronicle.core.threads.EventHandler |
PretouchUtil.createEventHandler(@NotNull SingleChronicleQueue queue)
Deprecated.
|
Pretoucher |
PretoucherFactory.createPretoucher(@NotNull SingleChronicleQueue queue)
Deprecated.
|
static Pretoucher |
PretouchUtil.createPretoucher(@NotNull SingleChronicleQueue queue)
Deprecated.
|
Copyright © 2024. All rights reserved.