Package org.cache2k.core.api
Class InternalConfig
- java.lang.Object
-
- org.cache2k.core.api.InternalConfig
-
- All Implemented Interfaces:
org.cache2k.config.BeanMarker,org.cache2k.config.ConfigBean<InternalConfig,InternalConfig.Builder>,org.cache2k.config.ConfigSection<InternalConfig,InternalConfig.Builder>
public class InternalConfig extends Object implements org.cache2k.config.ConfigSection<InternalConfig,InternalConfig.Builder>
- Author:
- Jens Wilke
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInternalConfig.Builder
-
Constructor Summary
Constructors Constructor Description InternalConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InternalConfig.Builderbuilder()org.cache2k.config.CustomizationSupplier<CommonMetrics.Updater>getCommonMetrics()intgetEvictionSegmentCount()org.cache2k.config.CustomizationSupplier<ThreadFactoryProvider>getThreadFactoryProvider()voidsetCommonMetrics(org.cache2k.config.CustomizationSupplier<CommonMetrics.Updater> commonMetrics)voidsetEvictionSegmentCount(int evictionSegmentCount)voidsetThreadFactoryProvider(org.cache2k.config.CustomizationSupplier<ThreadFactoryProvider> v)
-
-
-
Method Detail
-
getThreadFactoryProvider
public org.cache2k.config.CustomizationSupplier<ThreadFactoryProvider> getThreadFactoryProvider()
-
setThreadFactoryProvider
public void setThreadFactoryProvider(org.cache2k.config.CustomizationSupplier<ThreadFactoryProvider> v)
-
getEvictionSegmentCount
public int getEvictionSegmentCount()
-
setEvictionSegmentCount
public void setEvictionSegmentCount(int evictionSegmentCount)
-
getCommonMetrics
public org.cache2k.config.CustomizationSupplier<CommonMetrics.Updater> getCommonMetrics()
-
setCommonMetrics
public void setCommonMetrics(org.cache2k.config.CustomizationSupplier<CommonMetrics.Updater> commonMetrics)
-
builder
public InternalConfig.Builder builder()
- Specified by:
builderin interfaceorg.cache2k.config.ConfigBean<InternalConfig,InternalConfig.Builder>- Specified by:
builderin interfaceorg.cache2k.config.ConfigSection<InternalConfig,InternalConfig.Builder>
-
-