Java 类org.apache.hadoop.yarn.proto.YarnServiceProtos.GetNodesToLabelsRequestProto 实例源码

项目:aliyun-oss-hadoop-fs    文件:TestPBImplRecords.java   
@Test
public void testGetNodeToLabelsRequestPBImpl() throws Exception {
  validatePBImplRecord(GetNodesToLabelsRequestPBImpl.class,
      GetNodesToLabelsRequestProto.class);
}
项目:hops    文件:TestPBImplRecords.java   
@Test
public void testGetNodeToLabelsRequestPBImpl() throws Exception {
  validatePBImplRecord(GetNodesToLabelsRequestPBImpl.class,
      GetNodesToLabelsRequestProto.class);
}