|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FreeDiskSpaceLogRetentionPolicyCfgClient
A client-side interface for reading and modifying Free Disk Space Log Retention Policy settings.
Retention policy based on the free disk space available.
Method Summary | |
---|---|
ManagedObjectDefinition<? extends FreeDiskSpaceLogRetentionPolicyCfgClient,? extends FreeDiskSpaceLogRetentionPolicyCfg> |
definition()
Get the configuration definition associated with this Free Disk Space Log Retention Policy. |
java.lang.Long |
getFreeDiskSpace()
Gets the "free-disk-space" property. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
void |
setFreeDiskSpace(long value)
Sets the "free-disk-space" property. |
void |
setJavaClass(java.lang.String value)
Sets the "java-class" property. |
Methods inherited from interface org.opends.server.admin.ConfigurationClient |
---|
commit, properties |
Method Detail |
---|
ManagedObjectDefinition<? extends FreeDiskSpaceLogRetentionPolicyCfgClient,? extends FreeDiskSpaceLogRetentionPolicyCfg> definition()
definition
in interface ConfigurationClient
definition
in interface LogRetentionPolicyCfgClient
java.lang.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 IllegalPropertyValueException
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.
IllegalPropertyValueException
- If the new value is invalid.java.lang.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(java.lang.String value) throws IllegalPropertyValueException
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.
IllegalPropertyValueException
- If the new value is invalid.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |