private void AddLocalQueueUserACLInfosToProto()
        {
            MaybeInitBuilder();
            builder.ClearQueueUserAcls();
            if (queueUserAclsInfoList == null)
            {
                return;
            }
            IEnumerable <YarnProtos.QueueUserACLInfoProto> iterable = new _IEnumerable_139(this
                                                                                           );

            builder.AddAllQueueUserAcls(iterable);
        }
Beispiel #2
0
        private void AddLocalApplicationsToProto()
        {
            MaybeInitBuilder();
            builder.ClearApplications();
            if (applicationList == null)
            {
                return;
            }
            IEnumerable <YarnProtos.ApplicationReportProto> iterable = new _IEnumerable_139(this
                                                                                            );

            builder.AddAllApplications(iterable);
        }
 public _IEnumerator_142(_IEnumerable_139 _enclosing)
 {
     this._enclosing = _enclosing;
     this.iter       = this._enclosing._enclosing.queueUserAclsInfoList.GetEnumerator();
 }
Beispiel #4
0
 public _IEnumerator_142(_IEnumerable_139 _enclosing)
 {
     this._enclosing = _enclosing;
     this.iter       = this._enclosing._enclosing.applicationList.GetEnumerator();
 }