org.apache.hadoop.metrics.ganglia
Class GangliaContext
java.lang.Object
org.apache.hadoop.metrics.spi.AbstractMetricsContext
org.apache.hadoop.metrics.ganglia.GangliaContext
- All Implemented Interfaces:
- org.apache.hadoop.metrics.MetricsContext
@InterfaceAudience.Public
@InterfaceStability.Evolving
public class GangliaContext
- extends AbstractMetricsContext
Context for sending metrics to Ganglia.
Fields inherited from interface org.apache.hadoop.metrics.MetricsContext |
DEFAULT_PERIOD |
Constructor Summary |
GangliaContext()
Creates a new instance of GangliaContext |
Methods inherited from class org.apache.hadoop.metrics.spi.AbstractMetricsContext |
close, createRecord, flush, getAllRecords, getAttribute, getAttributeTable, getContextFactory, getContextName, getPeriod, isMonitoring, newRecord, parseAndSetPeriod, registerUpdater, remove, setPeriod, startMonitoring, stopMonitoring, unregisterUpdater, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GangliaContext
@InterfaceAudience.Private
public GangliaContext()
- Creates a new instance of GangliaContext
Copyright © 2009 The Apache Software Foundation