public interface SizeLimitLogRetentionPolicyCfgClient extends LogRetentionPolicyCfgClient
Retention policy based on the amount of space taken by all the log files on disk.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends SizeLimitLogRetentionPolicyCfgClient,? extends SizeLimitLogRetentionPolicyCfg> |
definition()
Get the configuration definition associated with this Size Limit Log Retention Policy.
|
ValueOrExpression<Long> |
getDiskSpaceUsed()
Gets the "disk-space-used" property.
|
ValueOrExpression<String> |
getJavaClass()
Gets the "java-class" property.
|
void |
setDiskSpaceUsed(ValueOrExpression<Long> value)
Sets the "disk-space-used" property.
|
void |
setJavaClass(ValueOrExpression<String> value)
Sets the "java-class" property.
|
commit, properties
ManagedObjectDefinition<? extends SizeLimitLogRetentionPolicyCfgClient,? extends SizeLimitLogRetentionPolicyCfg> definition()
definition
in interface ConfigurationClient
definition
in interface LogRetentionPolicyCfgClient
ValueOrExpression<Long> getDiskSpaceUsed()
Specifies the maximum total disk space used by the log files.
void setDiskSpaceUsed(ValueOrExpression<Long> value) throws PropertyException
Specifies the maximum total disk space used by the log files.
value
- The value of the "disk-space-used" property.PropertyException
- If the new value is invalid.ValueOrExpression<String> getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Size Limit Log Retention Policy implementation.
getJavaClass
in interface LogRetentionPolicyCfgClient
void setJavaClass(ValueOrExpression<String> value) throws PropertyException
Specifies the fully-qualified name of the Java class that provides the Size Limit 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-2018 ForgeRock AS.