Interface SizeLimitLogRetentionPolicyCfgClient

    • Method Detail

      • getDiskSpaceUsed

        Long getDiskSpaceUsed()
        Gets the "disk-space-used" property.

        Specifies the maximum total disk space used by the log files.

        Returns:
        Returns the value of the "disk-space-used" property.
      • setDiskSpaceUsed

        void setDiskSpaceUsed​(long value)
                       throws PropertyException
        Sets the "disk-space-used" property.

        Specifies the maximum total disk space used by the log files.

        Parameters:
        value - The value of the "disk-space-used" property.
        Throws:
        PropertyException - If the new value is invalid.
      • getJavaClass

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

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

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

        void setJavaClass​(String value)
                   throws PropertyException
        Sets the "java-class" property.

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

        Specified by:
        setJavaClass in interface LogRetentionPolicyCfgClient
        Parameters:
        value - The value of the "java-class" property.
        Throws:
        PropertyException - If the new value is invalid.