Interface SizeLimitLogRotationPolicyCfg

    • Method Detail

      • addSizeLimitChangeListener

        void addSizeLimitChangeListener​(ConfigurationChangeListener<SizeLimitLogRotationPolicyCfg> listener)
        Register to be notified when this Size Limit Log Rotation Policy is changed.
        Parameters:
        listener - The Size Limit Log Rotation Policy configuration change listener.
      • removeSizeLimitChangeListener

        void removeSizeLimitChangeListener​(ConfigurationChangeListener<SizeLimitLogRotationPolicyCfg> listener)
        Deregister an existing Size Limit Log Rotation Policy configuration change listener.
        Parameters:
        listener - The Size Limit Log Rotation Policy configuration change listener.
      • getFileSizeLimit

        long getFileSizeLimit()
        Gets the "file-size-limit" property.

        Specifies the maximum size that a log file can reach before it is rotated.

        Returns:
        Returns the value of the "file-size-limit" property.
      • getJavaClass

        String getJavaClass()
        Gets the "java-class" property.

        Specifies the fully-qualified name of the Java class that provides the Size Limit Log Rotation Policy implementation.

        Default value: org.opends.server.loggers.SizeBasedRotationPolicy

        Specified by:
        getJavaClass in interface LogRotationPolicyCfg
        Returns:
        Returns the value of the "java-class" property.