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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
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