Uses of Enum Class
org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink.GangliaSlope
Packages that use AbstractGangliaSink.GangliaSlope
-
Uses of AbstractGangliaSink.GangliaSlope in org.apache.hadoop.metrics2.sink.ganglia
Fields in org.apache.hadoop.metrics2.sink.ganglia declared as AbstractGangliaSink.GangliaSlopeModifier and TypeFieldDescriptionstatic final AbstractGangliaSink.GangliaSlopeAbstractGangliaSink.DEFAULT_SLOPEMethods in org.apache.hadoop.metrics2.sink.ganglia that return AbstractGangliaSink.GangliaSlopeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AbstractGangliaSink.GangliaSlope[]AbstractGangliaSink.GangliaSlope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.metrics2.sink.ganglia with parameters of type AbstractGangliaSink.GangliaSlopeModifier and TypeMethodDescriptionprotected voidGangliaSink30.emitMetric(String groupName, String name, String type, String value, org.apache.hadoop.metrics2.sink.ganglia.GangliaConf gConf, AbstractGangliaSink.GangliaSlope gSlope) The method sends metrics to Ganglia servers.protected voidGangliaSink31.emitMetric(String groupName, String name, String type, String value, org.apache.hadoop.metrics2.sink.ganglia.GangliaConf gConf, AbstractGangliaSink.GangliaSlope gSlope) The method sends metrics to Ganglia servers.