Interface OperationsStatsMBean
Deprecated.
The Jackrabbit Oak Blob Plugins library is designed for Oak-internal use only and thus deprecated. It will not be part of the AEM SDK after April 2025.
Interface to give useful statistics for maintenance operations.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionlongduration()Deprecated.Returns the duration of the operationlongDeprecated.Returns the cumulative size of the blob referenceslongDeprecated.Returns the finish error countgetName()Deprecated.longDeprecated.Returns the number of blob referenceslongDeprecated.Returns the start counts of the operationlongDeprecated.Returns the duration of the mark operationlongDeprecated.Returns the number deleted.longDeprecated.Returns the size deleted.
-
Field Details
-
TYPE
Deprecated.- See Also:
-
-
Method Details
-
getName
String getName()Deprecated. -
getStartCount
long getStartCount()Deprecated.Returns the start counts of the operation- Returns:
-
getFailureCount
long getFailureCount()Deprecated.Returns the finish error count- Returns:
-
duration
long duration()Deprecated.Returns the duration of the operation- Returns:
-
markDuration
long markDuration()Deprecated.Returns the duration of the mark operation- Returns:
-
numDeleted
long numDeleted()Deprecated.Returns the number deleted.- Returns:
-
sizeDeleted
long sizeDeleted()Deprecated.Returns the size deleted.- Returns:
-
getNumBlobReferences
long getNumBlobReferences()Deprecated.Returns the number of blob references- Returns:
-
getBlobReferencesSize
long getBlobReferencesSize()Deprecated.Returns the cumulative size of the blob references- Returns:
-