ArchiveRuntimeMBean
, javax.management.DynamicMBean
, EditableArchiveRuntimeMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, RuntimeMBean
, WebLogicMBean
, WLDFArchiveRuntimeMBean
WLDFDbstoreArchiveRuntimeMBean
, WLDFWlstoreArchiveRuntimeMBean
public interface WLDFEditableArchiveRuntimeMBean extends WLDFArchiveRuntimeMBean, EditableArchiveRuntimeMBean
Use this interface to collect statistical information about the editable archives maintained by WLDF, such as JDBC based and weblogic.store based WLDF archives
Modifier and Type | Method | Description |
---|---|---|
WLDFDataRetirementTaskRuntimeMBean |
performDataRetirement() |
Perform data retirement on demand, and delete records older than
specified age in the retirement policy.
|
int |
purgeDataRetirementTasks(long completedBefore) |
Purge data retirement tasks which have completed before the specified timestamp.
|
getRecordRetrievalTime, getRecordSeekCount, getRecordSeekTime, getRetrievedRecordCount
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
WLDFDataRetirementTaskRuntimeMBean performDataRetirement() throws ManagementException
Perform data retirement on demand, and delete records older than specified age in the retirement policy.
ManagementException
int purgeDataRetirementTasks(long completedBefore) throws ManagementException
Purge data retirement tasks which have completed before the specified timestamp.
purgeDataRetirementTasks
in interface EditableArchiveRuntimeMBean
completedBefore
- Completion timestamp (millis since Epoch time) of tasks to be purgedManagementException