public interface FreeDiskSpaceLogRetentionPolicyCfgClient extends LogRetentionPolicyCfgClient
Retention policy based on the free disk space available.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends FreeDiskSpaceLogRetentionPolicyCfgClient,? extends FreeDiskSpaceLogRetentionPolicyCfg> |
definition()
Get the configuration definition associated with this Free Disk Space Log Retention Policy.
|
Long |
getFreeDiskSpace()
Gets the "free-disk-space" property.
|
String |
getJavaClass()
Gets the "java-class" property.
|
void |
setFreeDiskSpace(long value)
Sets the "free-disk-space" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
commit, properties
ManagedObjectDefinition<? extends FreeDiskSpaceLogRetentionPolicyCfgClient,? extends FreeDiskSpaceLogRetentionPolicyCfg> definition()
definition
in interface ConfigurationClient
definition
in interface LogRetentionPolicyCfgClient
Long getFreeDiskSpace()
Specifies the minimum amount of free disk space that should be available on the file system on which the archived log files are stored.
void setFreeDiskSpace(long value) throws PropertyException
Specifies the minimum amount of free disk space that should be available on the file system on which the archived log files are stored.
value
- The value of the "free-disk-space" property.PropertyException
- If the new value is invalid.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Free Disk Space Log Retention Policy implementation.
getJavaClass
in interface LogRetentionPolicyCfgClient
void setJavaClass(String value) throws PropertyException
Specifies the fully-qualified name of the Java class that provides the Free Disk Space Log Retention Policy implementation.
setJavaClass
in interface LogRetentionPolicyCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.