Interface OperationsStatsMBean
public interface OperationsStatsMBean
Interface to give useful statistics for maintenance operations.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionlongduration()Returns the duration of the operationlongReturns the cumulative size of the blob referenceslongReturns the finish error countgetName()longReturns the number of blob referenceslongReturns the start counts of the operationlongReturns the duration of the mark operationlongReturns the number deleted.longReturns the size deleted.
-
Field Details
-
TYPE
- See Also:
-
-
Method Details
-
getName
String getName() -
getStartCount
long getStartCount()Returns the start counts of the operation- Returns:
-
getFailureCount
long getFailureCount()Returns the finish error count- Returns:
-
duration
long duration()Returns the duration of the operation- Returns:
-
markDuration
long markDuration()Returns the duration of the mark operation- Returns:
-
numDeleted
long numDeleted()Returns the number deleted.- Returns:
-
sizeDeleted
long sizeDeleted()Returns the size deleted.- Returns:
-
getNumBlobReferences
long getNumBlobReferences()Returns the number of blob references- Returns:
-
getBlobReferencesSize
long getBlobReferencesSize()Returns the cumulative size of the blob references- Returns:
-