|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.admin.AbstractManagedObjectDefinition<C,S>
org.opends.server.admin.ManagedObjectDefinition<FileBasedAccessLogPublisherCfgClient,FileBasedAccessLogPublisherCfg>
org.opends.server.admin.std.meta.FileBasedAccessLogPublisherCfgDefn
public final class FileBasedAccessLogPublisherCfgDefn
An interface for querying the File Based Access Log Publisher managed object definition meta information.
File Based Access Log Publishers publish access messages to the file system.
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static FileBasedAccessLogPublisherCfgDefn getInstance()
public FileBasedAccessLogPublisherCfgClient createClientConfiguration(ManagedObject<? extends FileBasedAccessLogPublisherCfgClient> impl)
createClientConfiguration
in class ManagedObjectDefinition<FileBasedAccessLogPublisherCfgClient,FileBasedAccessLogPublisherCfg>
impl
- The managed object.
public FileBasedAccessLogPublisherCfg createServerConfiguration(ServerManagedObject<? extends FileBasedAccessLogPublisherCfg> impl)
createServerConfiguration
in class ManagedObjectDefinition<FileBasedAccessLogPublisherCfgClient,FileBasedAccessLogPublisherCfg>
impl
- The server managed object.
public java.lang.Class<FileBasedAccessLogPublisherCfg> getServerConfigurationClass()
getServerConfigurationClass
in class ManagedObjectDefinition<FileBasedAccessLogPublisherCfgClient,FileBasedAccessLogPublisherCfg>
public BooleanPropertyDefinition getAppendPropertyDefinition()
Specifies whether to append to existing log files.
public BooleanPropertyDefinition getAsynchronousPropertyDefinition()
Indicates whether the File Based Access Log Publisher will publish records asynchronously.
public BooleanPropertyDefinition getAutoFlushPropertyDefinition()
Specifies whether to flush the writer after every log record.
If the asynchronous writes option is used, the writer is flushed after all the log records in the queue are written.
public SizePropertyDefinition getBufferSizePropertyDefinition()
Specifies the log file buffer size.
public BooleanPropertyDefinition getEnabledPropertyDefinition()
Indicates whether the File Based Access Log Publisher is enabled for use.
public ClassPropertyDefinition getJavaClassPropertyDefinition()
The fully-qualified name of the Java class that provides the File Based Access Log Publisher implementation.
public StringPropertyDefinition getLogFilePropertyDefinition()
The file name to use for the log files generated by the File Based Access Log Publisher. The path to the file is relative to the server root.
public StringPropertyDefinition getLogFilePermissionsPropertyDefinition()
The UNIX permissions of the log files created by this File Based Access Log Publisher.
public IntegerPropertyDefinition getQueueSizePropertyDefinition()
The maximum number of log records that can be stored in the asynchronous queue.
public AggregationPropertyDefinition<LogRetentionPolicyCfgClient,LogRetentionPolicyCfg> getRetentionPolicyPropertyDefinition()
The retention policy to use for the File Based Access Log Publisher .
When multiple policies are used, log files are cleaned when any of the policy's conditions are met.
public AggregationPropertyDefinition<LogRotationPolicyCfgClient,LogRotationPolicyCfg> getRotationPolicyPropertyDefinition()
The rotation policy to use for the File Based Access Log Publisher .
When multiple policies are used, rotation will occur if any policy's conditions are met.
public BooleanPropertyDefinition getSuppressInternalOperationsPropertyDefinition()
Indicates whether internal operations (for example, operations that are initiated by plugins) should be logged along with the operations that are requested by users.
public BooleanPropertyDefinition getSuppressSynchronizationOperationsPropertyDefinition()
Indicates whether access messages that are generated by synchronization operations should be suppressed.
public DurationPropertyDefinition getTimeIntervalPropertyDefinition()
Specifies the interval at which to check whether the log files need to be rotated.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |