org.apache.accumulo.server.tabletserver.metrics
Class TabletServerUpdateMetrics
java.lang.Object
org.apache.accumulo.server.metrics.AbstractMetricsImpl
org.apache.accumulo.server.tabletserver.metrics.TabletServerUpdateMetrics
- All Implemented Interfaces:
- TabletServerUpdateMetricsMBean
public class TabletServerUpdateMetrics
- extends AbstractMetricsImpl
- implements TabletServerUpdateMetricsMBean
Methods inherited from class org.apache.accumulo.server.metrics.AbstractMetricsImpl |
add, createMetric, finalize, getMetric, getMetricAvg, getMetricCount, getMetricMax, getMetricMin, isEnabled, register, register |
TabletServerUpdateMetrics
public TabletServerUpdateMetrics()
getObjectName
protected ObjectName getObjectName()
- Specified by:
getObjectName
in class AbstractMetricsImpl
getMetricsPrefix
protected String getMetricsPrefix()
- Specified by:
getMetricsPrefix
in class AbstractMetricsImpl
getPermissionErrorCount
public long getPermissionErrorCount()
- Specified by:
getPermissionErrorCount
in interface TabletServerUpdateMetricsMBean
getUnknownTabletErrorCount
public long getUnknownTabletErrorCount()
- Specified by:
getUnknownTabletErrorCount
in interface TabletServerUpdateMetricsMBean
getMutationArrayAvgSize
public long getMutationArrayAvgSize()
- Specified by:
getMutationArrayAvgSize
in interface TabletServerUpdateMetricsMBean
getMutationArrayMinSize
public long getMutationArrayMinSize()
- Specified by:
getMutationArrayMinSize
in interface TabletServerUpdateMetricsMBean
getMutationArrayMaxSize
public long getMutationArrayMaxSize()
- Specified by:
getMutationArrayMaxSize
in interface TabletServerUpdateMetricsMBean
getCommitPrepCount
public long getCommitPrepCount()
- Specified by:
getCommitPrepCount
in interface TabletServerUpdateMetricsMBean
getCommitPrepMinTime
public long getCommitPrepMinTime()
- Specified by:
getCommitPrepMinTime
in interface TabletServerUpdateMetricsMBean
getCommitPrepMaxTime
public long getCommitPrepMaxTime()
- Specified by:
getCommitPrepMaxTime
in interface TabletServerUpdateMetricsMBean
getCommitPrepAvgTime
public long getCommitPrepAvgTime()
- Specified by:
getCommitPrepAvgTime
in interface TabletServerUpdateMetricsMBean
getConstraintViolationCount
public long getConstraintViolationCount()
- Specified by:
getConstraintViolationCount
in interface TabletServerUpdateMetricsMBean
getWALogWriteCount
public long getWALogWriteCount()
- Specified by:
getWALogWriteCount
in interface TabletServerUpdateMetricsMBean
getWALogWriteMinTime
public long getWALogWriteMinTime()
- Specified by:
getWALogWriteMinTime
in interface TabletServerUpdateMetricsMBean
getWALogWriteMaxTime
public long getWALogWriteMaxTime()
- Specified by:
getWALogWriteMaxTime
in interface TabletServerUpdateMetricsMBean
getWALogWriteAvgTime
public long getWALogWriteAvgTime()
- Specified by:
getWALogWriteAvgTime
in interface TabletServerUpdateMetricsMBean
getCommitCount
public long getCommitCount()
- Specified by:
getCommitCount
in interface TabletServerUpdateMetricsMBean
getCommitMinTime
public long getCommitMinTime()
- Specified by:
getCommitMinTime
in interface TabletServerUpdateMetricsMBean
getCommitMaxTime
public long getCommitMaxTime()
- Specified by:
getCommitMaxTime
in interface TabletServerUpdateMetricsMBean
getCommitAvgTime
public long getCommitAvgTime()
- Specified by:
getCommitAvgTime
in interface TabletServerUpdateMetricsMBean
reset
public void reset()
- Specified by:
reset
in interface TabletServerUpdateMetricsMBean
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.