Interface PojoMassIndexingLoadingStrategy<E,I>
- Type Parameters:
E- The type of loaded entities.I- The type of entity identifiers.
public interface PojoMassIndexingLoadingStrategy<E,I>
A strategy for entity loading during mass indexing.
-
Method Summary
-
Method Details
-
equals
-
hashCode
int hashCode() -
createIdentifierLoader
PojoMassIdentifierLoader createIdentifierLoader(PojoMassIndexingIdentifierLoadingContext<E, I> context) - Parameters:
context- A context, used to retrieve information about targeted types and to create the sink.- Returns:
- An entity identifier loader.
-
createEntityLoader
- Parameters:
context- A context, used to retrieve information about targeted types and to create the sink.- Returns:
- An entity loader.
-