Interface TabletServerUpdateMetricsMBean
-
- All Superinterfaces:
TabletServerUpdateMetricsKeys
- All Known Implementing Classes:
TabletServerUpdateMetrics
public interface TabletServerUpdateMetricsMBean extends TabletServerUpdateMetricsKeys
-
-
Field Summary
-
Fields inherited from interface org.apache.accumulo.tserver.metrics.TabletServerUpdateMetricsKeys
COMMIT_PREP, COMMIT_TIME, CONSTRAINT_VIOLATIONS, MUTATION_ARRAY_SIZE, PERMISSION_ERRORS, UNKNOWN_TABLET_ERRORS, WALOG_WRITE_TIME
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getCommitAvgTime()
long
getCommitCount()
long
getCommitMaxTime()
long
getCommitMinTime()
long
getCommitPrepAvgTime()
long
getCommitPrepCount()
long
getCommitPrepMaxTime()
long
getCommitPrepMinTime()
long
getConstraintViolationCount()
long
getMutationArrayAvgSize()
long
getMutationArrayMaxSize()
long
getMutationArrayMinSize()
long
getPermissionErrorCount()
long
getUnknownTabletErrorCount()
long
getWALogWriteAvgTime()
long
getWALogWriteCount()
long
getWALogWriteMaxTime()
long
getWALogWriteMinTime()
void
reset()
-
-
-
Method Detail
-
getPermissionErrorCount
long getPermissionErrorCount()
-
getUnknownTabletErrorCount
long getUnknownTabletErrorCount()
-
getMutationArrayAvgSize
long getMutationArrayAvgSize()
-
getMutationArrayMinSize
long getMutationArrayMinSize()
-
getMutationArrayMaxSize
long getMutationArrayMaxSize()
-
getCommitPrepCount
long getCommitPrepCount()
-
getCommitPrepMinTime
long getCommitPrepMinTime()
-
getCommitPrepMaxTime
long getCommitPrepMaxTime()
-
getCommitPrepAvgTime
long getCommitPrepAvgTime()
-
getConstraintViolationCount
long getConstraintViolationCount()
-
getWALogWriteCount
long getWALogWriteCount()
-
getWALogWriteMinTime
long getWALogWriteMinTime()
-
getWALogWriteMaxTime
long getWALogWriteMaxTime()
-
getWALogWriteAvgTime
long getWALogWriteAvgTime()
-
getCommitCount
long getCommitCount()
-
getCommitMinTime
long getCommitMinTime()
-
getCommitMaxTime
long getCommitMaxTime()
-
getCommitAvgTime
long getCommitAvgTime()
-
reset
void reset()
-
-