Click or drag to resize

TaskExecutionUtility Methods

The TaskExecutionUtility type exposes the following members.

Methods
 NameDescription
Protected methodCheckDisposed Throws an exception if this object was disposed.
Public methodStatic memberCreate Creates a TaskExecutionUtility instance for the specified task.
Protected methodCreateOutputRecordWriter Creates the output record writer.
Public methodDispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean) Releases all resources used by this TaskExecutionUtility.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Protected methodFinalizeTask Calculates metrics, closes the output stream and moves any DFS output to its final location, for this task and all associated tasks.
Protected methodFinishTask Runs the appropriate finish method (if any) on this task and all child tasks.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodResetForNextPartition Resets the task for the next partition.
Public methodRunTask Runs the task.
Public methodStatic memberRunTask(Guid, String, String, TaskAttemptId, Boolean) Executes a task on behalf of the task host. For Jumbo internal use only.
Protected methodRunTaskFinishMethod Runs the task finish method if this task is a push task.
Protected methodStartProgressThread Starts the progress thread.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Protected methodWarnIfNoRecordReuse Writes a warning to the log if the task doesn't support record reuse.
Top
See Also