Class IndexCacheWeightProperties
java.lang.Object
com.broadleafcommerce.search.index.core.cache.IndexCacheWeightProperties
@ConfigurationProperties("broadleaf.index.cache.weights")
public class IndexCacheWeightProperties
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 booleanbooleandoubledoubleinthashCode()voidsetFieldsByIndexableType(double fieldsByIndexableType) voidsetLocalesByTenantId(double localesByTenantId) toString()
-
Constructor Details
-
IndexCacheWeightProperties
public IndexCacheWeightProperties()
-
-
Method Details
-
getFieldsByIndexableType
public double getFieldsByIndexableType() -
getLocalesByTenantId
public double getLocalesByTenantId() -
setFieldsByIndexableType
public void setFieldsByIndexableType(double fieldsByIndexableType) -
setLocalesByTenantId
public void setLocalesByTenantId(double localesByTenantId) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-