private void AddLocalApplicationAttemptsToProto()
        {
            MaybeInitBuilder();
            builder.ClearApplicationAttempts();
            if (applicationAttemptList == null)
            {
                return;
            }
            IEnumerable <YarnProtos.ApplicationAttemptReportProto> iterable = new _IEnumerable_146
                                                                                  (this);

            builder.AddAllApplicationAttempts(iterable);
        }
Exemple #2
0
        private void AddCounterGroupsToProto()
        {
            MaybeInitBuilder();
            builder.ClearCounterGroups();
            if (counterGroups == null)
            {
                return;
            }
            IEnumerable <MRProtos.StringCounterGroupMapProto> iterable = new _IEnumerable_146(
                this);

            builder.AddAllCounterGroups(iterable);
        }
 public _IEnumerator_149(_IEnumerable_146 _enclosing)
 {
     this._enclosing = _enclosing;
     this.iter       = this._enclosing._enclosing.applicationAttemptList.GetEnumerator();
 }
Exemple #4
0
 public _IEnumerator_150(_IEnumerable_146 _enclosing)
 {
     this._enclosing = _enclosing;
     this.keyIter    = this._enclosing._enclosing.counterGroups.Keys.GetEnumerator();
 }