Uses of Class
org.exoplatform.social.common.service.thread.ThreadPoolConfig
-
Packages that use ThreadPoolConfig Package Description org.exoplatform.social.common.service org.exoplatform.social.common.service.impl org.exoplatform.social.common.service.thread -
-
Uses of ThreadPoolConfig in org.exoplatform.social.common.service
Methods in org.exoplatform.social.common.service that return ThreadPoolConfig Modifier and Type Method Description ThreadPoolConfigExecutorServiceManager. getThreadPoolConfig(String id)Methods in org.exoplatform.social.common.service with parameters of type ThreadPoolConfig Modifier and Type Method Description ExecutorServiceExecutorServiceManager. 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 ThreadPoolConfig Modifier and Type Method Description ThreadPoolConfigExecutorServiceManagerImpl. getThreadPoolConfig(String id)Methods in org.exoplatform.social.common.service.impl with parameters of type ThreadPoolConfig Modifier and Type Method Description ExecutorServiceExecutorServiceManagerImpl. 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 ThreadPoolConfig Modifier and Type Method Description ScheduledExecutorServiceDefaultThreadPoolFactory. newScheduledThreadPool(ThreadPoolConfig config, ThreadFactory threadFactory)ScheduledExecutorServiceThreadPoolFactory. newScheduledThreadPool(ThreadPoolConfig config, ThreadFactory threadFactory)Create a scheduled thread pool using the given thread pool profileExecutorServiceDefaultThreadPoolFactory. newThreadPool(ThreadPoolConfig config, ThreadFactory factory)ExecutorServiceThreadPoolFactory. newThreadPool(ThreadPoolConfig config, ThreadFactory threadFactory)Create a thread pool using the given thread pool profile
-