| Package | Description |
|---|---|
| de.hybris.platform.processing.distributed.simple.data | |
| de.hybris.platform.processing.distributed.simple.data.split |
| Modifier and Type | Method and Description |
|---|---|
QueryBasedCreationData.Builder |
QueryBasedCreationData.Builder.withBeforeQueryHook(QueryBasedCreationData.QueryHook beforeQueryHook)
Allows to provide logic which will be executed before FlexibleSearchQuery is executed.
|
| Constructor and Description |
|---|
QueryBasedCreationData(String handlerId,
String processId,
String nodeGroup,
Integer batchSize,
Integer numOfRetries,
String query,
Map<String,Object> queryParams,
List<Class<?>> resultClasses,
FlexibleSearchQuery flexibleSearchQuery,
String scriptCode,
boolean useDatabasePaging,
QueryBasedCreationData.QueryHook beforeQueryHook,
Class<? extends SimpleDistributedProcessModel> processModelClass) |
| Constructor and Description |
|---|
FlexibleSearchResultSpliterator(FlexibleSearchQuery fQuery,
QueryBasedCreationData.QueryHook beforeQueryHook,
int batchSize,
boolean useDatabasePaging) |
Copyright © 2017 SAP SE. All Rights Reserved.