Click or drag to resize

PartitionerConstants Class

Provides constants for use with implementations of IPartitionerT.
Inheritance Hierarchy
SystemObject
  Ookii.Jumbo.JetPartitionerConstants

Namespace: Ookii.Jumbo.Jet
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public static class PartitionerConstants

The PartitionerConstants type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberEqualityComparerSetting The name of the setting in StageSettings that specifies the IEqualityComparerT to use. If this setting is not specified, Default will be used.
Top
Remarks

Partitioners for use with Jumbo Jet should allow the user to specify an equality comparer using the stage settings using the settings key specified by EqualityComparerSetting.

See Also