@InterfaceAudience.Private public class MetricsSnapshotSourceImpl extends BaseSourceImpl implements org.apache.hadoop.hbase.master.MetricsSnapshotSource
metricsAdapter, metricsContext, metricsDescription, metricsJmxContext, metricsName, metricsRegistry, registryMETRICS_CONTEXT, METRICS_DESCRIPTION, METRICS_JMX_CONTEXT, METRICS_NAME, SNAPSHOT_CLONE_TIME_DESC, SNAPSHOT_CLONE_TIME_NAME, SNAPSHOT_RESTORE_TIME_DESC, SNAPSHOT_RESTORE_TIME_NAME, SNAPSHOT_TIME_DESC, SNAPSHOT_TIME_NAME| Constructor and Description |
|---|
MetricsSnapshotSourceImpl() |
MetricsSnapshotSourceImpl(String metricsName,
String metricsDescription,
String metricsContext,
String metricsJmxContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
void |
updateSnapshotCloneTime(long time) |
void |
updateSnapshotRestoreTime(long time) |
void |
updateSnapshotTime(long time) |
decGauge, getMetrics, getMetricsContext, getMetricsDescription, getMetricsJmxContext, getMetricsName, getMetricsRegistry, incCounters, incGauge, removeMetric, setGauge, updateHistogrampublic void init()
init in interface org.apache.hadoop.hbase.metrics.BaseSourceinit in class BaseSourceImplpublic void updateSnapshotTime(long time)
updateSnapshotTime in interface org.apache.hadoop.hbase.master.MetricsSnapshotSourcepublic void updateSnapshotCloneTime(long time)
updateSnapshotCloneTime in interface org.apache.hadoop.hbase.master.MetricsSnapshotSourcepublic void updateSnapshotRestoreTime(long time)
updateSnapshotRestoreTime in interface org.apache.hadoop.hbase.master.MetricsSnapshotSourceCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.