@InterfaceAudience.Private public class MetricsReplicationTableSourceImpl extends Object implements MetricsReplicationTableSource
HBASE_METRICS_SYSTEM_NAME| Constructor and Description |
|---|
MetricsReplicationTableSourceImpl(MetricsReplicationSourceImpl rms,
String tableName) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
decGauge(String gaugeName,
long delta) |
long |
getLastShippedAge() |
String |
getMetricsContext() |
String |
getMetricsDescription() |
String |
getMetricsJmxContext() |
String |
getMetricsName() |
long |
getShippedBytes() |
void |
incCounters(String counterName,
long delta) |
void |
incGauge(String gaugeName,
long delta) |
void |
incrShippedBytes(long size) |
void |
init() |
void |
removeMetric(String key) |
void |
setGauge(String gaugeName,
long value) |
void |
setLastShippedAge(long age) |
void |
updateHistogram(String name,
long value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMetricRegistryInfopublic MetricsReplicationTableSourceImpl(MetricsReplicationSourceImpl rms, String tableName)
public void setLastShippedAge(long age)
setLastShippedAge in interface MetricsReplicationTableSourcepublic void incrShippedBytes(long size)
incrShippedBytes in interface MetricsReplicationTableSourcepublic void clear()
clear in interface MetricsReplicationTableSourcepublic long getLastShippedAge()
getLastShippedAge in interface MetricsReplicationTableSourcepublic long getShippedBytes()
getShippedBytes in interface MetricsReplicationTableSourcepublic void init()
init in interface BaseSourcepublic void setGauge(String gaugeName, long value)
setGauge in interface BaseSourcepublic void incGauge(String gaugeName, long delta)
incGauge in interface BaseSourcepublic void decGauge(String gaugeName, long delta)
decGauge in interface BaseSourcepublic void removeMetric(String key)
removeMetric in interface BaseSourcepublic void incCounters(String counterName, long delta)
incCounters in interface BaseSourcepublic void updateHistogram(String name, long value)
updateHistogram in interface BaseSourcepublic String getMetricsContext()
getMetricsContext in interface BaseSourcepublic String getMetricsDescription()
getMetricsDescription in interface BaseSourcepublic String getMetricsJmxContext()
getMetricsJmxContext in interface BaseSourcepublic String getMetricsName()
getMetricsName in interface BaseSourceCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.