Class FulfillmentCacheWeightProperties
java.lang.Object
com.broadleafcommerce.fulfillment.cache.FulfillmentCacheWeightProperties
@ConfigurationProperties("broadleaf.fulfillment.cache.weights")
public class FulfillmentCacheWeightProperties
extends Object
Properties that influence cache weight settings for the service. The value represents a portion
of the total module cache using a decimal value between zero and one.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleandoubledoubledoubleinthashCode()voidsetAllFulfillmentCalculators(double allFulfillmentCalculators) voidsetFilteredCalculators(double filteredCalculators) voidsetFulfillmentPricingConfig(double fulfillmentPricingConfig) toString()
-
Constructor Details
-
FulfillmentCacheWeightProperties
public FulfillmentCacheWeightProperties()
-
-
Method Details
-
getFulfillmentPricingConfig
public double getFulfillmentPricingConfig() -
getAllFulfillmentCalculators
public double getAllFulfillmentCalculators() -
getFilteredCalculators
public double getFilteredCalculators() -
setFulfillmentPricingConfig
public void setFulfillmentPricingConfig(double fulfillmentPricingConfig) -
setAllFulfillmentCalculators
public void setAllFulfillmentCalculators(double allFulfillmentCalculators) -
setFilteredCalculators
public void setFilteredCalculators(double filteredCalculators) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-