Class FulfillmentCacheProperties

java.lang.Object
com.broadleafcommerce.fulfillment.cache.FulfillmentCacheProperties

@ConfigurationProperties("broadleaf.fulfillment.cache") public class FulfillmentCacheProperties extends Object
Properties that influence cache settings for the fulfillment service
  • Constructor Details

    • FulfillmentCacheProperties

      public FulfillmentCacheProperties()
  • Method Details

    • getHeapBudget

      public int getHeapBudget()
      The total heap budget in MB for all fulfillment caches.
    • getOffHeapBudget

      public int getOffHeapBudget()
      The total off-heap budget in MB for all fulfillment caches.
    • getFulfillmentPricingConfig

      public Duration getFulfillmentPricingConfig()
    • getAllFulfillmentCalculators

      public Duration getAllFulfillmentCalculators()
    • getFilteredCalculators

      public Duration getFilteredCalculators()
    • setHeapBudget

      public void setHeapBudget(int heapBudget)
      The total heap budget in MB for all fulfillment caches.
    • setOffHeapBudget

      public void setOffHeapBudget(int offHeapBudget)
      The total off-heap budget in MB for all fulfillment caches.
    • setFulfillmentPricingConfig

      public void setFulfillmentPricingConfig(Duration fulfillmentPricingConfig)
    • setAllFulfillmentCalculators

      public void setAllFulfillmentCalculators(Duration allFulfillmentCalculators)
    • setFilteredCalculators

      public void setFilteredCalculators(Duration filteredCalculators)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object