Uses of Interface
org.cache2k.core.concurrency.ThreadFactoryProvider
-
Packages that use ThreadFactoryProvider Package Description org.cache2k.core.api org.cache2k.core.concurrency -
-
Uses of ThreadFactoryProvider in org.cache2k.core.api
Methods in org.cache2k.core.api that return types with arguments of type ThreadFactoryProvider Modifier and Type Method Description org.cache2k.config.CustomizationSupplier<ThreadFactoryProvider>InternalConfig. getThreadFactoryProvider()Methods in org.cache2k.core.api with parameters of type ThreadFactoryProvider Modifier and Type Method Description InternalConfig.BuilderInternalConfig.Builder. threadFactoryProvider(ThreadFactoryProvider v)Method parameters in org.cache2k.core.api with type arguments of type ThreadFactoryProvider Modifier and Type Method Description voidInternalConfig. setThreadFactoryProvider(org.cache2k.config.CustomizationSupplier<ThreadFactoryProvider> v) -
Uses of ThreadFactoryProvider in org.cache2k.core.concurrency
Classes in org.cache2k.core.concurrency that implement ThreadFactoryProvider Modifier and Type Class Description classDefaultThreadFactoryProviderProvide the default implementation for the thread factory.Fields in org.cache2k.core.concurrency declared as ThreadFactoryProvider Modifier and Type Field Description static ThreadFactoryProviderThreadFactoryProvider. DEFAULT
-