Uses of Class
de.hybris.platform.util.threadpool.ThreadPool
-
Packages that use ThreadPool Package Description de.hybris.platform.core de.hybris.platform.impex.jalo.imp de.hybris.platform.servicelayer.tenant de.hybris.platform.util.threadpool -
-
Uses of ThreadPool in de.hybris.platform.core
Methods in de.hybris.platform.core that return ThreadPool Modifier and Type Method Description static ThreadPoolAbstractTenant. createDefaultThreadPool(java.lang.String tenantID, int poolSize)ThreadPoolAbstractTenant. getThreadPool()ThreadPoolTenant. getThreadPool()ThreadPoolAbstractTenant. getWorkersThreadPool()ThreadPoolTenant. getWorkersThreadPool() -
Uses of ThreadPool in de.hybris.platform.impex.jalo.imp
Fields in de.hybris.platform.impex.jalo.imp declared as ThreadPool Modifier and Type Field Description protected ThreadPoolMultiThreadedImpExImportReaderIntegrationTest.TestImpExImportJob. threadPoolMethods in de.hybris.platform.impex.jalo.imp with parameters of type ThreadPool Modifier and Type Method Description voidMultiThreadedImpExImportReaderIntegrationTest.TestImpExImportJob. setThreadPool(ThreadPool threadPool)protected PoolableThreadMultiThreadedImpExImportReader. tryToBorrowThread(ThreadPool threadPool) -
Uses of ThreadPool in de.hybris.platform.servicelayer.tenant
Methods in de.hybris.platform.servicelayer.tenant that return ThreadPool Modifier and Type Method Description ThreadPoolMockTenant. getThreadPool()ThreadPoolMockTenant. getWorkersThreadPool() -
Uses of ThreadPool in de.hybris.platform.util.threadpool
Methods in de.hybris.platform.util.threadpool that return ThreadPool Modifier and Type Method Description static ThreadPoolThreadPool. getInstance()Constructors in de.hybris.platform.util.threadpool with parameters of type ThreadPool Constructor Description PoolableThreadFactory(ThreadPool pool)
-