Uses of Class
de.hybris.platform.util.threadpool.PoolableThread
Packages that use PoolableThread
Package
Description
-
Uses of PoolableThread in com.hybris.backoffice.engine.operations.impl
Methods in com.hybris.backoffice.engine.operations.impl that return PoolableThreadModifier and TypeMethodDescriptionprotected PoolableThreadBackofficeLongOperationThreadExecutor.getPoolableThread() -
Uses of PoolableThread in com.hybris.backoffice.search.aspects
Methods in com.hybris.backoffice.search.aspects that return PoolableThreadModifier and TypeMethodDescriptionprotected PoolableThreadAbstractObjectFacadeSearchIndexingAspect.findBackgroundThread() -
Uses of PoolableThread in de.hybris.platform.impex.jalo.imp
Methods in de.hybris.platform.impex.jalo.imp that return PoolableThreadModifier and TypeMethodDescriptionprotected PoolableThreadImpExWorker.getWorkerTread()protected PoolableThreadMultiThreadedImpExImportReader.tryToBorrowThread()protected PoolableThreadMultiThreadedImpExImportReader.tryToBorrowThread(ThreadPool threadPool) Methods in de.hybris.platform.impex.jalo.imp with parameters of type PoolableThreadModifier and TypeMethodDescriptionprotected 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 PoolableThreadModifierConstructorDescriptionprotectedImpExReaderWorker(PoolableThread poolableThread, MultiThreadedImpExImportReader reader) protectedImpExResultProcessWorker(PoolableThread poolableThread, MultiThreadedImpExImportReader reader) -
Uses of PoolableThread in de.hybris.platform.util.threadpool
Methods in de.hybris.platform.util.threadpool that return PoolableThreadMethods in de.hybris.platform.util.threadpool with parameters of type PoolableThread