Esempio n. 1
0
 private void MaybeInitBuilder()
 {
     if (viaProto || builder == null)
     {
         builder = YarnServiceProtos.StopContainersResponseProto.NewBuilder(proto);
     }
     viaProto = false;
 }
Esempio n. 2
0
 public StopContainersResponsePBImpl()
 {
     builder = YarnServiceProtos.StopContainersResponseProto.NewBuilder();
 }