Beispiel #1
0
 public virtual YarnServiceProtos.StopContainersResponseProto GetProto()
 {
     MergeLocalToProto();
     proto = viaProto ? proto : ((YarnServiceProtos.StopContainersResponseProto)builder
                                 .Build());
     viaProto = true;
     return(proto);
 }
Beispiel #2
0
 private void MergeLocalToProto()
 {
     if (viaProto)
     {
         MaybeInitBuilder();
     }
     MergeLocalToBuilder();
     proto    = ((YarnServiceProtos.StopContainersResponseProto)builder.Build());
     viaProto = true;
 }
Beispiel #3
0
 public StopContainersResponsePBImpl(YarnServiceProtos.StopContainersResponseProto
                                     proto)
 {
     this.proto = proto;
     viaProto   = true;
 }