|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SizeLimitLogRetentionPolicyCfgClient
A client-side interface for reading and modifying Size Limit Log Retention Policy settings.
Retention policy based on the amount of space taken by all the log files on disk.
Method Summary | |
---|---|
ManagedObjectDefinition<? extends SizeLimitLogRetentionPolicyCfgClient,? extends SizeLimitLogRetentionPolicyCfg> |
definition()
Get the configuration definition associated with this Size Limit Log Retention Policy. |
java.lang.Long |
getDiskSpaceUsed()
Gets the "disk-space-used" property. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
void |
setDiskSpaceUsed(long value)
Sets the "disk-space-used" 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 SizeLimitLogRetentionPolicyCfgClient,? extends SizeLimitLogRetentionPolicyCfg> definition()
definition
in interface ConfigurationClient
definition
in interface LogRetentionPolicyCfgClient
java.lang.Long getDiskSpaceUsed()
Specifies the maximum total disk space used by the log files.
void setDiskSpaceUsed(long value) throws IllegalPropertyValueException
Specifies the maximum total disk space used by the log files.
value
- The value of the "disk-space-used" property.
IllegalPropertyValueException
- If the new value is invalid.java.lang.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(java.lang.String value) throws IllegalPropertyValueException
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.
IllegalPropertyValueException
- If the new value is invalid.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |