Class BulkUpdateProcessingConfigurationProperties
java.lang.Object
com.broadleafcommerce.bulk.service.autoconfigure.BulkUpdateProcessingConfigurationProperties
@ConfigurationProperties("broadleaf.bulk.processing")
public class BulkUpdateProcessingConfigurationProperties
extends Object
Properties that can be used to configure how bulk operations are processed.
- Author:
- Samarth Dhruva (samarthd)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BulkUpdateProcessingConfigurationProperties
public BulkUpdateProcessingConfigurationProperties(@DefaultValue("100") int batchSize)
-
-
Method Details
-
getBatchSize
public int getBatchSize()The processing of the bulk operation is done in batches to constrain the load on the system. This number represents how many records are processed in a single batch. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-