Uses of Class
com.yammer.metrics.reporting.GangliaMessage

Uses of GangliaMessage in com.yammer.metrics.reporting
 

Methods in com.yammer.metrics.reporting that return GangliaMessage
 GangliaMessage GangliaMessage.addInt(int value)
          Puts an integer into the buffer as 4 bytes, big-endian.
 GangliaMessage GangliaMessage.addString(String value)
          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.
 GangliaMessage GangliaMessageBuilder.newMessage()
          Create a new Ganglia message
 



Copyright © 2011. All Rights Reserved.