Uses of Class
de.hybris.platform.util.threadpool.PoolableThread
-
Packages that use PoolableThread Package Description com.hybris.backoffice.engine.operations.impl com.hybris.backoffice.solrsearch.aspects de.hybris.platform.impex.jalo.imp de.hybris.platform.util.threadpool -
-
Uses of PoolableThread in com.hybris.backoffice.engine.operations.impl
Methods in com.hybris.backoffice.engine.operations.impl that return PoolableThread Modifier and Type Method Description protected PoolableThreadBackofficeLongOperationThreadExecutor. getPoolableThread() -
Uses of PoolableThread in com.hybris.backoffice.solrsearch.aspects
Methods in com.hybris.backoffice.solrsearch.aspects that return PoolableThread Modifier and Type Method Description protected PoolableThreadObjectFacadeSolrIndexingAspect. findBackgroundThread() -
Uses of PoolableThread in de.hybris.platform.impex.jalo.imp
Methods in de.hybris.platform.impex.jalo.imp that return PoolableThread Modifier and Type Method Description protected PoolableThreadImpExWorker. getWorkerTread()protected PoolableThreadMultiThreadedImpExImportReader. tryToBorrowThread()protected PoolableThreadMultiThreadedImpExImportReader. tryToBorrowThread(ThreadPool threadPool)Methods in de.hybris.platform.impex.jalo.imp with parameters of type PoolableThread Modifier and Type Method Description protected voidMultiThreadedImpExImportReader. addNewWorker(PoolableThread poolableThread, int workerIndex)protected ImpExWorkerMultiThreadedImpExImportReader. createWorker(PoolableThread poolableThread, int number)Constructors in de.hybris.platform.impex.jalo.imp with parameters of type PoolableThread Constructor Description ImpExReaderWorker(PoolableThread poolableThread, MultiThreadedImpExImportReader reader)ImpExResultProcessWorker(PoolableThread poolableThread, MultiThreadedImpExImportReader reader) -
Uses of PoolableThread in de.hybris.platform.util.threadpool
Methods in de.hybris.platform.util.threadpool that return PoolableThread Modifier and Type Method Description PoolableThreadThreadPool. borrowThread()Methods in de.hybris.platform.util.threadpool with parameters of type PoolableThread Modifier and Type Method Description voidThreadPool. returnThread(PoolableThread thread)
-