Click or drag to resize

MergeHelperT Class

Provides methods to merge multiple segments of sorted input into one sorted output.
Inheritance Hierarchy
SystemObject
  Ookii.Jumbo.JetMergeHelperT

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public class MergeHelper<T>

Type Parameters

T
The type of the records in the segments.

The MergeHelperT type exposes the following members.

Constructors
  NameDescription
Public methodMergeHelperT
Initializes a new instance of the MergeHelperT class
Top
Properties
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMerge(IListRecordInput, IListRecordInput, Int32, IComparerT, Boolean, String, CompressionType, Int32, Boolean)
Merges the specified inputs.
Public methodMerge(IListRecordInput, IListRecordInput, Int32, IComparerT, Boolean, Boolean, String, String, CompressionType, Int32, Boolean)
Merges the specified inputs.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteMerge(Stream, IListRecordInput, IListRecordInput, Int32, IComparerT, Boolean, String, String, CompressionType, Int32, Boolean)
Writes the result of a merge pass to the specified.
Public methodWriteMerge(String, IListRecordInput, IListRecordInput, Int32, IComparerT, Boolean, String, String, CompressionType, Int32, Boolean)
Writes the result of a merge pass to the specified.
Top
See Also