T - public interface Partitioner<T>
Partitioner partitions data into subsets that can
be processed in parallel. Partitioners are used to
reduce the overhead in distributing work across multiple
processors.| Modifier and Type | Method and Description |
|---|---|
Iterator<Iterator<T>> |
getPartitions() |
Iterator<Iterator<T>> getPartitions()