Uses of Class
tech.ydb.yoj.repository.db.cache.DbValueUpdater
Packages that use DbValueUpdater
-
Uses of DbValueUpdater in tech.ydb.yoj.repository.db.cache
Constructor parameters in tech.ydb.yoj.repository.db.cache with type arguments of type DbValueUpdaterModifierConstructorDescriptionDbValueUpdater(@NonNull Duration pollInterval, @NonNull Duration shutdownTimeout, @NonNull Duration maxAge, @NonNull Duration maxReadDuration, @NonNull Function<DbValueUpdater<V>, String> nameSupplier, @NonNull DbValueUpdater.ThreadFactoryCreator threadFactoryCreator)