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 TypeMethodDescriptionlong
duration()
Deprecated.Returns the duration of the operationlong
Deprecated.Returns the cumulative size of the blob referenceslong
Deprecated.Returns the finish error countgetName()
Deprecated.long
Deprecated.Returns the number of blob referenceslong
Deprecated.Returns the start counts of the operationlong
Deprecated.Returns the duration of the mark operationlong
Deprecated.Returns the number deleted.long
Deprecated.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:
-