public class IndexUpdaterFactory extends Object
IndexUpdater.| 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.
|
| Constructor and Description |
|---|
IndexUpdaterFactory() |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable IndexUpdater |
createIndexUpdater(@Nullable String tailerName,
@NotNull SingleChronicleQueue queue)
Create an instance of an
IndexUpdater depending on the values provided. |
@Nullable public static @Nullable IndexUpdater createIndexUpdater(@Nullable @Nullable String tailerName, @NotNull @NotNull SingleChronicleQueue queue)
IndexUpdater depending on the values provided.Copyright © 2023. All rights reserved.