Click or drag to resize

IPartitionerT Interface

Interface for classes that can partition a range of values.

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public interface IPartitioner<T>

Type Parameters

T
The type of object to partition.

The IPartitionerT type exposes the following members.

Properties
  NameDescription
Public propertyPartitions
Gets or sets the number of partitions.
Top
Methods
  NameDescription
Public methodGetPartition
Gets the partition for the specified value.
Top
See Also