Class IndexCacheProperties
java.lang.Object
com.broadleafcommerce.search.index.core.cache.IndexCacheProperties
Properties that influence cache settings for the indexer service
- Author:
- Jeff Fischer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanintThe total heap budget in MB for all indexer caches.intThe total off-heap budget in MB for all indexer caches.inthashCode()voidsetFieldsByIndexableType(Duration fieldsByIndexableType) voidsetHeapBudget(int heapBudget) The total heap budget in MB for all indexer caches.voidsetLocalesByTenantId(Duration localesByTenantId) voidsetOffHeapBudget(int offHeapBudget) The total off-heap budget in MB for all indexer caches.toString()
-
Constructor Details
-
IndexCacheProperties
public IndexCacheProperties()
-
-
Method Details
-
getHeapBudget
public int getHeapBudget()The total heap budget in MB for all indexer caches. -
getOffHeapBudget
public int getOffHeapBudget()The total off-heap budget in MB for all indexer caches. -
getFieldsByIndexableType
-
getLocalesByTenantId
-
setHeapBudget
public void setHeapBudget(int heapBudget) The total heap budget in MB for all indexer caches. -
setOffHeapBudget
public void setOffHeapBudget(int offHeapBudget) The total off-heap budget in MB for all indexer caches. -
setFieldsByIndexableType
-
setLocalesByTenantId
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-