コード例 #1
0
 public Container(ContainerLauncherImpl _enclosing, TaskAttemptId taId, ContainerId
                  containerID, string containerMgrAddress)
 {
     this._enclosing = _enclosing;
     // store enough information to be able to cleanup the container
     this.state               = ContainerLauncherImpl.ContainerState.Prep;
     this.taskAttemptID       = taId;
     this.containerMgrAddress = containerMgrAddress;
     this.containerID         = containerID;
 }
コード例 #2
0
 internal EventProcessor(ContainerLauncherImpl _enclosing, ContainerLauncherEvent
                         @event)
 {
     this._enclosing = _enclosing;
     this.@event     = @event;
 }
コード例 #3
0
 public _Thread_269(ContainerLauncherImpl _enclosing)
 {
     this._enclosing = _enclosing;
 }