public void xdrDecode(XdrDecodingStream xdr) throws OncRpcException, IOException {
   metric_id = new Ganglia_metric_id(xdr);
   fmt = xdr.xdrDecodeString();
   us = xdr.xdrDecodeShort();
 }