|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FileCountLogRetentionPolicyCfgClient
A client-side interface for reading and modifying File Count Log Retention Policy settings.
Retention policy based on the number of rotated log files on disk.
| Method Summary | |
|---|---|
ManagedObjectDefinition<? extends FileCountLogRetentionPolicyCfgClient,? extends FileCountLogRetentionPolicyCfg> |
definition()
Get the configuration definition associated with this File Count Log Retention Policy. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
java.lang.Integer |
getNumberOfFiles()
Gets the "number-of-files" property. |
void |
setJavaClass(java.lang.String value)
Sets the "java-class" property. |
void |
setNumberOfFiles(int value)
Sets the "number-of-files" property. |
| Methods inherited from interface org.opends.server.admin.ConfigurationClient |
|---|
commit, properties |
| Method Detail |
|---|
ManagedObjectDefinition<? extends FileCountLogRetentionPolicyCfgClient,? extends FileCountLogRetentionPolicyCfg> definition()
definition in interface ConfigurationClientdefinition in interface LogRetentionPolicyCfgClientjava.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the File Count 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 File Count Log Retention Policy implementation.
setJavaClass in interface LogRetentionPolicyCfgClientvalue - The value of the "java-class" property.
IllegalPropertyValueException - If the new value is invalid.java.lang.Integer getNumberOfFiles()
Specifies the number of archived log files to retain before the oldest ones are cleaned.
void setNumberOfFiles(int value)
throws IllegalPropertyValueException
Specifies the number of archived log files to retain before the oldest ones are cleaned.
value - The value of the "number-of-files" property.
IllegalPropertyValueException - If the new value is invalid.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||