Interface OperationsStatsMBean
-
public interface OperationsStatsMBean
Interface to give useful statistics for maintenance operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
duration()
Returns the duration of the operationlong
getFailureCount()
Returns the finish error countString
getName()
long
getStartCount()
Returns the start counts of the operationlong
markDuration()
Returns the duration of the mark operationlong
numDeleted()
Returns the number deleted.long
sizeDeleted()
Returns the size deleted.
-
-
-
Field Detail
-
TYPE
static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
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:
-
-