Uses of Class
de.hybris.platform.processing.model.SimpleDistributedProcessModel
Packages that use SimpleDistributedProcessModel
Package
Description
Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo package.
-
Uses of SimpleDistributedProcessModel in de.hybris.platform.processing.distributed.simple.context
Fields in de.hybris.platform.processing.distributed.simple.context declared as SimpleDistributedProcessModelModifier and TypeFieldDescriptionprotected final SimpleDistributedProcessModelSimpleDistributedProcessInitializationContext.processMethods in de.hybris.platform.processing.distributed.simple.context that return types with arguments of type SimpleDistributedProcessModelModifier and TypeMethodDescriptionprotected Class<? extends SimpleDistributedProcessModel>SimpleProcessCreationContext.getProcessModelClass()Constructors in de.hybris.platform.processing.distributed.simple.context with parameters of type SimpleDistributedProcessModelModifierConstructorDescriptionSimpleDistributedProcessInitializationContext(FlexibleSearchService flexibleSearchService, ModelService modelService, SimpleDistributedProcessModel process) -
Uses of SimpleDistributedProcessModel in de.hybris.platform.processing.distributed.simple.data
Fields in de.hybris.platform.processing.distributed.simple.data with type parameters of type SimpleDistributedProcessModelModifier and TypeFieldDescriptionprotected final Class<? extends SimpleDistributedProcessModel>SimpleAbstractDistributedProcessCreationData.processModelClassMethods in de.hybris.platform.processing.distributed.simple.data that return types with arguments of type SimpleDistributedProcessModelModifier and TypeMethodDescriptionClass<? extends SimpleDistributedProcessModel>SimpleAbstractDistributedProcessCreationData.getProcessModelClass()Method parameters in de.hybris.platform.processing.distributed.simple.data with type arguments of type SimpleDistributedProcessModelModifier and TypeMethodDescriptionCollectionBasedCreationData.Builder.withProcessModelClass(Class<? extends SimpleDistributedProcessModel> processModelClass) Allows to provide custom process model class.QueryBasedCreationData.Builder.withProcessModelClass(Class<? extends SimpleDistributedProcessModel> processModelClass) Allows to provide custom process model class.Constructor parameters in de.hybris.platform.processing.distributed.simple.data with type arguments of type SimpleDistributedProcessModelModifierConstructorDescriptionprotectedCollectionBasedCreationData(String handlerId, String processId, String scriptCode, String nodeGroup, Integer batchSize, Integer numOfRetries, Collection<?> elements, Class<? extends SimpleDistributedProcessModel> processModelClass) protectedQueryBasedCreationData(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) protectedSimpleAbstractDistributedProcessCreationData(String handlerId, String processId, String scriptCode, String nodeGroup, Integer batchSize, Integer numOfRetries, Class<? extends SimpleDistributedProcessModel> processModelClass) -
Uses of SimpleDistributedProcessModel in de.hybris.platform.solrfacetsearch.model
Subclasses of SimpleDistributedProcessModel in de.hybris.platform.solrfacetsearch.modelModifier and TypeClassDescriptionclassGenerated model class for type SolrIndexerDistributedProcess first defined at extension solrfacetsearch.