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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
Size of a batch of Products that should be fetched by a single worker thread to be collected and written to a file.int
Number of worker threads to process the Product collection process.int
hashCode()
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.void
setWorkerThreads
(int workerThreads) Number of worker threads to process the Product collection process.toString()
-
Constructor Details
-
ProductDataFeedCollectorProperties
public ProductDataFeedCollectorProperties()
-
-
Method Details
-
getWorkerThreads
public int getWorkerThreads()Number of worker threads to process the Product collection process. -
getBatchSize
public 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. -
setWorkerThreads
public void setWorkerThreads(int workerThreads) Number of worker threads to process the Product collection process. -
setBatchSize
public 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
-
hashCode
public int hashCode() -
toString
-