Uses of Class
org.exoplatform.social.common.service.thread.ThreadPoolConfig
Packages that use ThreadPoolConfig
Package
Description
-
Uses of ThreadPoolConfig in org.exoplatform.social.common.service
Methods in org.exoplatform.social.common.service that return ThreadPoolConfigMethods in org.exoplatform.social.common.service with parameters of type ThreadPoolConfigModifier and TypeMethodDescriptionExecutorServiceManager.newThreadPool(String name, ThreadPoolConfig config) -
Uses of ThreadPoolConfig in org.exoplatform.social.common.service.impl
Methods in org.exoplatform.social.common.service.impl that return ThreadPoolConfigMethods in org.exoplatform.social.common.service.impl with parameters of type ThreadPoolConfigModifier and TypeMethodDescriptionExecutorServiceManagerImpl.newThreadPool(String name, ThreadPoolConfig config) -
Uses of ThreadPoolConfig in org.exoplatform.social.common.service.thread
Methods in org.exoplatform.social.common.service.thread with parameters of type ThreadPoolConfigModifier and TypeMethodDescriptionDefaultThreadPoolFactory.newScheduledThreadPool(ThreadPoolConfig config, ThreadFactory threadFactory) ThreadPoolFactory.newScheduledThreadPool(ThreadPoolConfig config, ThreadFactory threadFactory) Create a scheduled thread pool using the given thread pool profileDefaultThreadPoolFactory.newThreadPool(ThreadPoolConfig config, ThreadFactory factory) ThreadPoolFactory.newThreadPool(ThreadPoolConfig config, ThreadFactory threadFactory) Create a thread pool using the given thread pool profile