Interface OperationsStatsMBean
- 
public interface OperationsStatsMBeanInterface to give useful statistics for maintenance operations. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTYPE 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longduration()Returns the duration of the operationlonggetBlobReferencesSize()Returns the cumulative size of the blob referenceslonggetFailureCount()Returns the finish error countjava.lang.StringgetName()longgetNumBlobReferences()Returns the number of blob referenceslonggetStartCount()Returns the start counts of the operationlongmarkDuration()Returns the duration of the mark operationlongnumDeleted()Returns the number deleted.longsizeDeleted()Returns the size deleted. 
 - 
 
- 
- 
Field Detail
- 
TYPE
static final java.lang.String TYPE
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
getName
java.lang.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:
 
 
 - 
 
 -