org.apache.hadoop.hbase.master
Interface MetricsSnapshotSource
- All Superinterfaces:
- BaseSource
- All Known Implementing Classes:
- MetricsSnapshotSourceImpl
public interface MetricsSnapshotSource
- extends BaseSource
Methods inherited from interface org.apache.hadoop.hbase.metrics.BaseSource |
decGauge, getMetricsContext, getMetricsDescription, getMetricsJmxContext, getMetricsName, incCounters, incGauge, init, removeMetric, setGauge, updateHistogram, updateQuantile |
METRICS_NAME
static final String METRICS_NAME
- The name of the metrics
- See Also:
- Constant Field Values
METRICS_CONTEXT
static final String METRICS_CONTEXT
- The context metrics will be under.
- See Also:
- Constant Field Values
METRICS_JMX_CONTEXT
static final String METRICS_JMX_CONTEXT
- The name of the metrics context that metrics will be under in jmx
- See Also:
- Constant Field Values
METRICS_DESCRIPTION
static final String METRICS_DESCRIPTION
- Description
- See Also:
- Constant Field Values
SNAPSHOT_TIME_NAME
static final String SNAPSHOT_TIME_NAME
- See Also:
- Constant Field Values
SNAPSHOT_RESTORE_TIME_NAME
static final String SNAPSHOT_RESTORE_TIME_NAME
- See Also:
- Constant Field Values
SNAPSHOT_CLONE_TIME_NAME
static final String SNAPSHOT_CLONE_TIME_NAME
- See Also:
- Constant Field Values
SNAPSHOT_TIME_DESC
static final String SNAPSHOT_TIME_DESC
- See Also:
- Constant Field Values
SNAPSHOT_RESTORE_TIME_DESC
static final String SNAPSHOT_RESTORE_TIME_DESC
- See Also:
- Constant Field Values
SNAPSHOT_CLONE_TIME_DESC
static final String SNAPSHOT_CLONE_TIME_DESC
- See Also:
- Constant Field Values
updateSnapshotTime
void updateSnapshotTime(long time)
updateSnapshotCloneTime
void updateSnapshotCloneTime(long time)
updateSnapshotRestoreTime
void updateSnapshotRestoreTime(long time)
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.