Represents the current state of a set of DryadLINQ jobs that have already been
submitted for execution. A DryadLinqJobInfo object is returned after a job is
submitted for execution.
Inheritance Hierarchy
Microsoft.Research.DryadLinqDryadLinqJobInfo
Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
Syntax
The DryadLinqJobInfo type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CancelJob |
Cancels all the unfinished jobs.
| |
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Wait |
Blocks until all the DryadLINQ jobs terminate.
|
Properties
| Name | Description | |
|---|---|---|
| JobIds |
Gets the job ids of the DryadLINQ jobs.
|
See Also