private YarnClusterMetricsPBImpl convertFromProtoFormat(YarnClusterMetricsProto p) { return new YarnClusterMetricsPBImpl(p); }
private YarnClusterMetricsProto convertToProtoFormat(YarnClusterMetrics t) { return ((YarnClusterMetricsPBImpl)t).getProto(); }
@Test public void testYarnClusterMetricsPBImpl() throws Exception { validatePBImplRecord(YarnClusterMetricsPBImpl.class, YarnClusterMetricsProto.class); }