A C E G N P R S

A

addInt(int) - Method in class com.yammer.metrics.reporting.GangliaMessage
Puts an integer into the buffer as 4 bytes, big-endian.
addString(String) - Method in class com.yammer.metrics.reporting.GangliaMessage
Puts a string into the buffer by first writing the size of the string as an int, followed by the bytes of the string, padded if necessary to a multiple of 4.

C

com.yammer.metrics.reporting - package com.yammer.metrics.reporting
 

E

enable(long, TimeUnit, String, int) - Static method in class com.yammer.metrics.reporting.GangliaReporter
Enables the ganglia reporter to send data for the default metrics registry to ganglia server with the specified period.
enable(long, TimeUnit, String, int, String) - Static method in class com.yammer.metrics.reporting.GangliaReporter
Enables the ganglia reporter to send data for the default metrics registry to ganglia server with the specified period.
enable(long, TimeUnit, String, int, boolean) - Static method in class com.yammer.metrics.reporting.GangliaReporter
Enables the ganglia reporter to send data for the default metrics registry to ganglia server with the specified period.
enable(MetricsRegistry, long, TimeUnit, String, int, String) - Static method in class com.yammer.metrics.reporting.GangliaReporter
Enables the ganglia reporter to send data for the given metrics registry to ganglia server with the specified period.
enable(MetricsRegistry, long, TimeUnit, String, int, String, MetricPredicate) - Static method in class com.yammer.metrics.reporting.GangliaReporter
Enables the ganglia reporter to send data to ganglia server with the specified period.
enable(MetricsRegistry, long, TimeUnit, String, int, String, MetricPredicate, boolean) - Static method in class com.yammer.metrics.reporting.GangliaReporter
Enables the ganglia reporter to send data to ganglia server with the specified period.

G

GangliaMessage - Class in com.yammer.metrics.reporting
Encapsulates logic for creating and sending a Ganglia message
GangliaMessageBuilder - Class in com.yammer.metrics.reporting
Builder for creating Ganglia messages.
GangliaMessageBuilder(String, int) - Constructor for class com.yammer.metrics.reporting.GangliaMessageBuilder
 
GangliaReporter - Class in com.yammer.metrics.reporting
A simple reporter which sends out application metrics to a Ganglia server periodically.
GangliaReporter(String, int) - Constructor for class com.yammer.metrics.reporting.GangliaReporter
Creates a new GangliaReporter.
GangliaReporter(String, int, boolean) - Constructor for class com.yammer.metrics.reporting.GangliaReporter
Creates a new GangliaReporter.
GangliaReporter(MetricsRegistry, String, int, String) - Constructor for class com.yammer.metrics.reporting.GangliaReporter
Creates a new GangliaReporter.
GangliaReporter(MetricsRegistry, String, int, String, MetricPredicate) - Constructor for class com.yammer.metrics.reporting.GangliaReporter
Creates a new GangliaReporter.
GangliaReporter(MetricsRegistry, String, int, String, MetricPredicate, boolean) - Constructor for class com.yammer.metrics.reporting.GangliaReporter
Creates a new GangliaReporter.
GangliaReporter(MetricsRegistry, String, MetricPredicate, boolean, GangliaMessageBuilder) - Constructor for class com.yammer.metrics.reporting.GangliaReporter
Creates a new GangliaReporter.
getHostName() - Method in class com.yammer.metrics.reporting.GangliaMessageBuilder
 
getPort() - Method in class com.yammer.metrics.reporting.GangliaMessageBuilder
 

N

newMessage() - Method in class com.yammer.metrics.reporting.GangliaMessageBuilder
Create a new Ganglia message

P

printVMMetrics - Variable in class com.yammer.metrics.reporting.GangliaReporter
 
processCounter(MetricName, CounterMetric, String) - Method in class com.yammer.metrics.reporting.GangliaReporter
 
processGauge(MetricName, GaugeMetric<?>, String) - Method in class com.yammer.metrics.reporting.GangliaReporter
 
processHistogram(MetricName, HistogramMetric, String) - Method in class com.yammer.metrics.reporting.GangliaReporter
 
processMeter(MetricName, Metered, String) - Method in class com.yammer.metrics.reporting.GangliaReporter
 
processTimer(MetricName, TimerMetric, String) - Method in class com.yammer.metrics.reporting.GangliaReporter
 

R

run() - Method in class com.yammer.metrics.reporting.GangliaReporter
 

S

sanitizeName(MetricName) - Method in class com.yammer.metrics.reporting.GangliaReporter
 
send() - Method in class com.yammer.metrics.reporting.GangliaMessage
Creates and sends a new DatagramPacket

A C E G N P R S

Copyright © 2011. All Rights Reserved.