@InterfaceAudience.Private public interface MetricsTableAggregateSource extends BaseSource
| Modifier and Type | Field and Description | 
|---|---|
| static String | METRICS_CONTEXTThe name of the metrics context that metrics will be under. | 
| static String | METRICS_DESCRIPTIONDescription | 
| static String | METRICS_JMX_CONTEXTThe name of the metrics context that metrics will be under in jmx | 
| static String | METRICS_NAMEThe name of the metrics | 
| static String | NUM_TABLES | 
| static String | NUMBER_OF_TABLES_DESC | 
HBASE_METRICS_SYSTEM_NAME| Modifier and Type | Method and Description | 
|---|---|
| void | deregister(String table)Remove a table's source. | 
| void | register(String table,
        MetricsTableSource source)Register a MetricsTableSource as being open. | 
decGauge, getMetricRegistryInfo, getMetricsContext, getMetricsDescription, getMetricsJmxContext, getMetricsName, incCounters, incGauge, init, removeMetric, setGauge, updateHistogramstatic final String METRICS_NAME
static final String METRICS_CONTEXT
static final String METRICS_DESCRIPTION
static final String METRICS_JMX_CONTEXT
static final String NUM_TABLES
static final String NUMBER_OF_TABLES_DESC
void register(String table, MetricsTableSource source)
table - The table namesource - the source for the table being opened.void deregister(String table)
table - The table nameCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.