示例#1
0
 public _PrivilegedExceptionAction_261(LogAggregationService _enclosing, ApplicationId
                                       appId, string user)
 {
     this._enclosing = _enclosing;
     this.appId      = appId;
     this.user       = user;
 }
示例#2
0
 public _Runnable_381(LogAggregationService _enclosing, AppLogAggregator appLogAggregator
                      , ApplicationId appId, UserGroupInformation userUgi)
 {
     this._enclosing       = _enclosing;
     this.appLogAggregator = appLogAggregator;
     this.appId            = appId;
     this.userUgi          = userUgi;
 }