| Package | Description |
|---|---|
| net.openhft.chronicle.queue.impl.single.namedtailer |
| Modifier and Type | Class and Description |
|---|---|
static class |
IndexUpdaterFactory.StandardIndexUpdater
An index updater that simply sets the index value on update.
|
static class |
IndexUpdaterFactory.VersionedIndexUpdater
An index updater that increments a version field on every update.
|
| 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. |
Copyright © 2023. All rights reserved.