Class AbstractDataMemoryLimitsConfig

    • Constructor Detail

      • AbstractDataMemoryLimitsConfig

        public AbstractDataMemoryLimitsConfig()
    • Method Detail

      • validate

        public void validate()
      • getMaxTotalDataMemorySize

        public abstract java.lang.String getMaxTotalDataMemorySize()
      • getMaxTotalDataMemoryRatio

        public abstract java.lang.Double getMaxTotalDataMemoryRatio()
      • getMaxTotalPrivateDataMemorySize

        public abstract java.lang.String getMaxTotalPrivateDataMemorySize()
      • getMaxTotalPrivateDataMemoryRatio

        public abstract java.lang.Double getMaxTotalPrivateDataMemoryRatio()
      • getMaxTotalSharedDataMemorySize

        public abstract java.lang.String getMaxTotalSharedDataMemorySize()
      • getMaxTotalSharedDataMemoryRatio

        public abstract java.lang.Double getMaxTotalSharedDataMemoryRatio()
      • getMaxPerUserDataMemorySize

        public abstract java.lang.String getMaxPerUserDataMemorySize()
      • getMaxPerUserDataMemoryRatio

        public abstract java.lang.Double getMaxPerUserDataMemoryRatio()
      • getMaxPerSessionDataMemorySize

        public abstract java.lang.String getMaxPerSessionDataMemorySize()
      • getMaxPerSessionDataMemoryRatio

        public abstract java.lang.Double getMaxPerSessionDataMemoryRatio()
      • isMaxTotalDataMemoryRatioSet

        public boolean isMaxTotalDataMemoryRatioSet()
      • isMaxTotalPrivateDataMemoryRatioSet

        public boolean isMaxTotalPrivateDataMemoryRatioSet()
      • isMaxTotalSharedDataMemoryRatioSet

        public boolean isMaxTotalSharedDataMemoryRatioSet()
      • isMaxPerUserDataMemoryRatioSet

        public boolean isMaxPerUserDataMemoryRatioSet()
      • isMaxPerSessionDataMemoryRatioSet

        public boolean isMaxPerSessionDataMemoryRatioSet()
      • validateMaxDataMemoryLimit

        public void validateMaxDataMemoryLimit​(DataMemoryLimitType limit)