Class CachePolicyConf


  • public class CachePolicyConf
    extends Object
    • Field Detail

      • minCapacity

        protected String minCapacity
      • maxCapacity

        protected String maxCapacity
      • removerPeriod

        protected String removerPeriod
      • maxBeanLife

        protected String maxBeanLife
      • overagerPeriod

        protected String overagerPeriod
      • maxBeanAge

        protected String maxBeanAge
      • resizerPeriod

        protected String resizerPeriod
      • maxCacheMissPeriod

        protected String maxCacheMissPeriod
      • minCacheMissPeriod

        protected String minCacheMissPeriod
      • cacheLoadFactor

        protected String cacheLoadFactor
      • flushEnabled

        protected String flushEnabled
    • Constructor Detail

      • CachePolicyConf

        public CachePolicyConf()
    • Method Detail

      • getMinCapacity

        public String getMinCapacity()
        Gets the value of the minCapacity property.
        Returns:
        possible object is String
      • setMinCapacity

        public void setMinCapacity​(String value)
        Sets the value of the minCapacity property.
        Parameters:
        value - allowed object is String
      • getMaxCapacity

        public String getMaxCapacity()
        Gets the value of the maxCapacity property.
        Returns:
        possible object is String
      • setMaxCapacity

        public void setMaxCapacity​(String value)
        Sets the value of the maxCapacity property.
        Parameters:
        value - allowed object is String
      • getRemoverPeriod

        public String getRemoverPeriod()
        Gets the value of the removerPeriod property.
        Returns:
        possible object is String
      • setRemoverPeriod

        public void setRemoverPeriod​(String value)
        Sets the value of the removerPeriod property.
        Parameters:
        value - allowed object is String
      • getMaxBeanLife

        public String getMaxBeanLife()
        Gets the value of the maxBeanLife property.
        Returns:
        possible object is String
      • setMaxBeanLife

        public void setMaxBeanLife​(String value)
        Sets the value of the maxBeanLife property.
        Parameters:
        value - allowed object is String
      • getOveragerPeriod

        public String getOveragerPeriod()
        Gets the value of the overagerPeriod property.
        Returns:
        possible object is String
      • setOveragerPeriod

        public void setOveragerPeriod​(String value)
        Sets the value of the overagerPeriod property.
        Parameters:
        value - allowed object is String
      • getMaxBeanAge

        public String getMaxBeanAge()
        Gets the value of the maxBeanAge property.
        Returns:
        possible object is String
      • setMaxBeanAge

        public void setMaxBeanAge​(String value)
        Sets the value of the maxBeanAge property.
        Parameters:
        value - allowed object is String
      • getResizerPeriod

        public String getResizerPeriod()
        Gets the value of the resizerPeriod property.
        Returns:
        possible object is String
      • setResizerPeriod

        public void setResizerPeriod​(String value)
        Sets the value of the resizerPeriod property.
        Parameters:
        value - allowed object is String
      • getMaxCacheMissPeriod

        public String getMaxCacheMissPeriod()
        Gets the value of the maxCacheMissPeriod property.
        Returns:
        possible object is String
      • setMaxCacheMissPeriod

        public void setMaxCacheMissPeriod​(String value)
        Sets the value of the maxCacheMissPeriod property.
        Parameters:
        value - allowed object is String
      • getMinCacheMissPeriod

        public String getMinCacheMissPeriod()
        Gets the value of the minCacheMissPeriod property.
        Returns:
        possible object is String
      • setMinCacheMissPeriod

        public void setMinCacheMissPeriod​(String value)
        Sets the value of the minCacheMissPeriod property.
        Parameters:
        value - allowed object is String
      • getCacheLoadFactor

        public String getCacheLoadFactor()
        Gets the value of the cacheLoadFactor property.
        Returns:
        possible object is String
      • setCacheLoadFactor

        public void setCacheLoadFactor​(String value)
        Sets the value of the cacheLoadFactor property.
        Parameters:
        value - allowed object is String
      • getFlushEnabled

        public String getFlushEnabled()
        Gets the value of the flushEnabled property.
        Returns:
        possible object is String
      • setFlushEnabled

        public void setFlushEnabled​(String value)
        Sets the value of the flushEnabled property.
        Parameters:
        value - allowed object is String