Uses of Interface
org.cache2k.core.api.CommonMetrics.Updater
-
Packages that use CommonMetrics.Updater Package Description org.cache2k.core org.cache2k.core.api -
-
Uses of CommonMetrics.Updater in org.cache2k.core
Classes in org.cache2k.core that implement CommonMetrics.Updater Modifier and Type Class Description classStandardCommonMetricsMethods in org.cache2k.core that return CommonMetrics.Updater Modifier and Type Method Description protected CommonMetrics.UpdaterEntryAction. metrics()Provide the standard metrics for updating. -
Uses of CommonMetrics.Updater in org.cache2k.core.api
Classes in org.cache2k.core.api that implement CommonMetrics.Updater Modifier and Type Class Description static classCommonMetrics.BlackHoleMethods in org.cache2k.core.api that return types with arguments of type CommonMetrics.Updater Modifier and Type Method Description org.cache2k.config.CustomizationSupplier<CommonMetrics.Updater>InternalConfig. getCommonMetrics()Methods in org.cache2k.core.api with parameters of type CommonMetrics.Updater Modifier and Type Method Description InternalConfig.BuilderInternalConfig.Builder. commonMetrics(CommonMetrics.Updater v)Method parameters in org.cache2k.core.api with type arguments of type CommonMetrics.Updater Modifier and Type Method Description voidInternalConfig. setCommonMetrics(org.cache2k.config.CustomizationSupplier<CommonMetrics.Updater> commonMetrics)
-