Click or drag to resize

SortOperation Class

Represents a sorting operation.
Inheritance Hierarchy

Namespace: Ookii.Jumbo.Jet.Jobs.Builder
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public class SortOperation : TwoStepOperation

The SortOperation type exposes the following members.

Properties
 NameDescription
Public propertyCombinerType Gets the type of the combiner.
Public propertyComparerType Gets the type of the comparer.
Protected propertyFirstStepStage Gets the StageConfiguration for the first step.
(Inherited from TwoStepOperation)
Public propertyInputChannel Gets the input channel for this operation.
(Inherited from StageOperation)
Protected propertyOutput Gets the output for this operation.
(Inherited from StageOperationBase)
Public propertySecondStepStageId Gets or sets the stage ID for the second step, if one is created.
(Inherited from TwoStepOperation)
Public propertySecondStepTaskType Gets the type of the task for the second step, if one is created.
(Inherited from TwoStepOperation)
Public propertySettings Gets the settings for the stage.
(Inherited from StageOperationBase)
Public propertyStageId Gets or sets the name of the stage that will be created from this operation.
(Inherited from StageOperationBase)
Public propertyTaskType Gets information about the type of the task.
(Inherited from StageOperationBase)
Top
Methods
 NameDescription
Public methodAddSchedulingDependency Adds a scheduling dependency on the specified stage to this stage.
(Inherited from StageOperationBase)
Protected methodCreateConfiguration Creates the configuration for this stage.
(Overrides TwoStepOperationCreateConfiguration(JobBuilderCompiler))
Public methodStatic memberCreateMemorySortOperation Creates a new instance of the SortOperation class for regular sorting.
Public methodStatic memberCreateSpillSortOperation Creates a new instance of the SortOperation class for regular sorting.
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)
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)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also