Generated by
JDiff

Class org.apache.hadoop.metrics.ganglia.GangliaContext

Added Methods
void emitMetric(String, String, String)  
int getDmax(String)  
int getSlope(String)  
int getTmax(String)  
String getUnits(String)  
void xdr_int(int) Puts an integer into the buffer as 4 bytes big-endian.
void xdr_string(String) 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.
 

Added Fields
byte[] buffer  
DatagramSocket datagramSocket  
List metricsServers  
int offset