Class PojoMassIndexingBatchIndexingWorkspace<E,I>

java.lang.Object
org.hibernate.search.mapper.pojo.massindexing.impl.PojoMassIndexingFailureHandledRunnable
org.hibernate.search.mapper.pojo.massindexing.impl.PojoMassIndexingBatchIndexingWorkspace<E,I>
Type Parameters:
E - The type of indexed entities.
I - The type of identifiers.
All Implemented Interfaces:
Runnable

public class PojoMassIndexingBatchIndexingWorkspace<E,I> extends PojoMassIndexingFailureHandledRunnable
This runnable will prepare a pipeline for batch indexing of entities, managing the lifecycle of several ThreadPools.
Author:
Sanne Grinovero