ArchiveRuntimeMBean
, DbstoreArchiveRuntimeMBean
, javax.management.DynamicMBean
, EditableArchiveRuntimeMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, RuntimeMBean
, WebLogicMBean
, WLDFArchiveRuntimeMBean
, WLDFEditableArchiveRuntimeMBean
public interface WLDFDbstoreArchiveRuntimeMBean extends WLDFEditableArchiveRuntimeMBean, DbstoreArchiveRuntimeMBean
Use this interface to retrieve statistical information associated with the WLDF archives that use databases for storage.
Modifier and Type | Method | Description |
---|---|---|
int |
purgeDataRetirementTasks​(long completedBefore) |
Purge data retirement tasks which have completed before the specified timestamp.
|
getRecordRetrievalTime, getRecordSeekCount, getRecordSeekTime, getRetrievedRecordCount
getDeletionCount, getDeletionTime, getInsertionCount, getInsertionTime
getAttribute, getAttributes, invoke, setAttribute, setAttributes
getDataRetirementCycles, getDataRetirementTasks, getDataRetirementTotalTime, getLastDataRetirementStartTime, getLastDataRetirementTime, getRetiredRecordCount, performRetirement
postDeregister, postRegister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
addPropertyChangeListener, removePropertyChangeListener
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
performDataRetirement
int purgeDataRetirementTasks​(long completedBefore) throws ManagementException
Purge data retirement tasks which have completed before the specified timestamp.
purgeDataRetirementTasks
in interface EditableArchiveRuntimeMBean
purgeDataRetirementTasks
in interface WLDFEditableArchiveRuntimeMBean
completedBefore
- Completion timestamp (millis since Epoch time) of tasks to be purgedManagementException