@InterfaceAudience.Private public class MetricsTableAggregateSourceImpl extends BaseSourceImpl implements MetricsTableAggregateSource
metricsAdapter, metricsContext, metricsDescription, metricsJmxContext, metricsName, metricsRegistry, registryMETRICS_CONTEXT, METRICS_DESCRIPTION, METRICS_JMX_CONTEXT, METRICS_NAME, NUM_TABLES, NUMBER_OF_TABLES_DESCHBASE_METRICS_SYSTEM_NAME| Constructor and Description |
|---|
MetricsTableAggregateSourceImpl() |
MetricsTableAggregateSourceImpl(String metricsName,
String metricsDescription,
String metricsContext,
String metricsJmxContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
deregister(String table)
Remove a table's source.
|
void |
getMetrics(org.apache.hadoop.metrics2.MetricsCollector collector,
boolean all)
Yes this is a get function that doesn't return anything.
|
void |
register(String table,
MetricsTableSource source)
Register a MetricsTableSource as being open.
|
decGauge, getMetricRegistryInfo, getMetricsContext, getMetricsDescription, getMetricsJmxContext, getMetricsName, getMetricsRegistry, incCounters, incGauge, init, removeMetric, setGauge, updateHistogramclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecGauge, getMetricRegistryInfo, getMetricsContext, getMetricsDescription, getMetricsJmxContext, getMetricsName, incCounters, incGauge, init, removeMetric, setGauge, updateHistogrampublic void register(String table, MetricsTableSource source)
MetricsTableAggregateSourceregister in interface MetricsTableAggregateSourcetable - The table namesource - the source for the table being opened.public void deregister(String table)
MetricsTableAggregateSourcederegister in interface MetricsTableAggregateSourcetable - The table namepublic void getMetrics(org.apache.hadoop.metrics2.MetricsCollector collector,
boolean all)
getMetrics in interface org.apache.hadoop.metrics2.MetricsSourcegetMetrics in class BaseSourceImplcollector - the collectorall - get all the metrics regardless of when they last changed.Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.