@InterfaceAudience.Private public interface MetricsSnapshotSource extends BaseSource
Modifier and Type | Field and Description |
---|---|
static String |
METRICS_CONTEXT
The context metrics will be under.
|
static String |
METRICS_DESCRIPTION
Description
|
static String |
METRICS_JMX_CONTEXT
The name of the metrics context that metrics will be under in jmx
|
static String |
METRICS_NAME
The name of the metrics
|
static String |
SNAPSHOT_CLONE_TIME_DESC |
static String |
SNAPSHOT_CLONE_TIME_NAME |
static String |
SNAPSHOT_RESTORE_TIME_DESC |
static String |
SNAPSHOT_RESTORE_TIME_NAME |
static String |
SNAPSHOT_TIME_DESC |
static String |
SNAPSHOT_TIME_NAME |
HBASE_METRICS_SYSTEM_NAME
Modifier and Type | Method and Description |
---|---|
void |
updateSnapshotCloneTime(long time) |
void |
updateSnapshotRestoreTime(long time) |
void |
updateSnapshotTime(long time) |
decGauge, getMetricRegistryInfo, getMetricsContext, getMetricsDescription, getMetricsJmxContext, getMetricsName, incCounters, incGauge, init, removeMetric, setGauge, updateHistogram
static final String METRICS_NAME
static final String METRICS_CONTEXT
static final String METRICS_JMX_CONTEXT
static final String METRICS_DESCRIPTION
static final String SNAPSHOT_TIME_NAME
static final String SNAPSHOT_RESTORE_TIME_NAME
static final String SNAPSHOT_CLONE_TIME_NAME
static final String SNAPSHOT_TIME_DESC
static final String SNAPSHOT_RESTORE_TIME_DESC
static final String SNAPSHOT_CLONE_TIME_DESC
void updateSnapshotTime(long time)
void updateSnapshotCloneTime(long time)
void updateSnapshotRestoreTime(long time)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.