Click or drag to resize

IPartitionerTGetPartition Method

Gets the partition for the specified value.

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
int GetPartition(
	T value
)

Parameters

value
Type: T
The value to be partitioned.

Return Value

Type: Int32
The partition number for the specified value.
See Also