Class ProductDataFeedCollectorProperties
java.lang.Object
com.broadleafcommerce.datafeed.service.collector.provider.autoconfigure.ProductDataFeedCollectorProperties
@ConfigurationProperties(prefix="broadleaf.datafeed.collector.product")
public class ProductDataFeedCollectorProperties
extends Object
Properties relating to 
ProductDataFeedCollector.- Author:
- Kelly Tisdell (ktisdell)
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanintSize of a batch of Products that should be fetched by a single worker thread to be collected and written to a file.intNumber of worker threads to process the Product collection process.inthashCode()voidsetBatchSize(int batchSize) Size of a batch of Products that should be fetched by a single worker thread to be collected and written to a file.voidsetWorkerThreads(int workerThreads) Number of worker threads to process the Product collection process.toString()
- 
Constructor Details- 
ProductDataFeedCollectorPropertiespublic ProductDataFeedCollectorProperties()
 
- 
- 
Method Details- 
getWorkerThreadspublic int getWorkerThreads()Number of worker threads to process the Product collection process.
- 
getBatchSizepublic int getBatchSize()Size of a batch of Products that should be fetched by a single worker thread to be collected and written to a file.
- 
setWorkerThreadspublic void setWorkerThreads(int workerThreads) Number of worker threads to process the Product collection process.
- 
setBatchSizepublic void setBatchSize(int batchSize) Size of a batch of Products that should be fetched by a single worker thread to be collected and written to a file.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
- 
toString
 
-