WebSphere:*,type=HPELLogDataService
MBean HPELLogDataService
Binary log information for the RAS High Performance Extensible Logging (HPEL).
Attribute Summary | |
java.lang.String | dataDirectory The base directory to use for binary log file directory |
boolean | purgeBySizeEnabled Is purging by size enabled |
long | purgeMaxSize The maximum MB size of the repository |
boolean | purgeByTimeEnabled Is purging by time enabled |
long | purgeMinTime The minimum time (hours) to store binary log records |
java.lang.String | outOfSpaceAction The action to perform when an exception occurs during a binary log write. |
boolean | bufferingEnabled Buffering enablement indicator for binary log |
boolean | fileSwitchEnabled Enabling of log switch each day at a specified time |
int | fileSwitchTime The hour each day when to switch files (if enabled) |
Operation Summary | |
void | setLogRepository( Initialization of much of the binary log repository config. |
Attribute Detail |
public java.lang.String dataDirectory
public boolean purgeBySizeEnabled
public long purgeMaxSize
public boolean purgeByTimeEnabled
public long purgeMinTime
public java.lang.String outOfSpaceAction
public boolean bufferingEnabled
public boolean fileSwitchEnabled
public int fileSwitchTime
Operation Detail |
public void setLogRepository(java.lang.String dataDirectory,
boolean purgeBySizeEnabled,
boolean purgeByTimeEnabled,
long purgeMaxSize,
long purgeMinTime,
java.lang.String outOfSpaceAction,
boolean bufferingEnabled,
boolean fileSwitchEnabled,
int fileSwitchTime
)
dataDirectory
-
Directory into which the binary log repository will be placed.purgeBySizeEnabled
-
Indicator as to whether or not purge is controlled by size.purgeByTimeEnabled
-
Indicator as to whether or not purge is controlled by time.purgeMaxSize
-
Size for the entire binary repository.purgeMinTime
-
Min amount of time each logged entry should be maintained.outOfSpaceAction
-
Action to take if unable to write to repository.bufferingEnabled
-
Indicator as to whether or not to buffer writes.fileSwitchEnabled
-
Enablement for daily file switch.fileSwitchTime
-
Hour of day to switch files if enabled.