Interface FreeDiskSpaceLogRetentionPolicyCfgClient

    • Method Detail

      • getFreeDiskSpace

        Long getFreeDiskSpace()
        Gets the "free-disk-space" property.

        Specifies the minimum amount of free disk space that should be available on the file system on which the archived log files are stored.

        Returns:
        Returns the value of the "free-disk-space" property.
      • setFreeDiskSpace

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

        Specifies the minimum amount of free disk space that should be available on the file system on which the archived log files are stored.

        Parameters:
        value - The value of the "free-disk-space" 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 Free Disk Space 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 Free Disk Space 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.