Class DuplicateMessageFilter

  • All Implemented Interfaces:
    ContextAware, LifeCycle

    @Deprecated(since="2022-01-27")
    public class DuplicateMessageFilter
    extends TurboFilter
    Deprecated.
    This internal logback API is not supported by AEM as a Cloud Service.
    See {@link http://logback.qos.ch/manual/filters.html#DuplicateMessageFilter} for details.
    • Field Detail

      • DEFAULT_CACHE_SIZE

        public static final int DEFAULT_CACHE_SIZE
        Deprecated.
        The default cache size.
        See Also:
        Constant Field Values
      • DEFAULT_ALLOWED_REPETITIONS

        public static final int DEFAULT_ALLOWED_REPETITIONS
        Deprecated.
        The default number of allows repetitions.
        See Also:
        Constant Field Values
      • allowedRepetitions

        public int allowedRepetitions
        Deprecated.
      • cacheSize

        public int cacheSize
        Deprecated.
    • Constructor Detail

      • DuplicateMessageFilter

        public DuplicateMessageFilter()
        Deprecated.
    • Method Detail

      • getAllowedRepetitions

        public int getAllowedRepetitions()
        Deprecated.
      • setAllowedRepetitions

        public void setAllowedRepetitions​(int allowedRepetitions)
        Deprecated.
        The allowed number of repetitions before
        Parameters:
        allowedRepetitions -
      • getCacheSize

        public int getCacheSize()
        Deprecated.
      • setCacheSize

        public void setCacheSize​(int cacheSize)
        Deprecated.