コード例 #1
0
 private void MaybeInitBuilder()
 {
     if (viaProto || builder == null)
     {
         builder = YarnServiceProtos.GetApplicationAttemptReportResponseProto.NewBuilder(proto
                                                                                         );
     }
     viaProto = false;
 }
コード例 #2
0
 public GetApplicationAttemptReportResponsePBImpl()
 {
     builder = YarnServiceProtos.GetApplicationAttemptReportResponseProto.NewBuilder();
 }