Interface | Description |
---|---|
Partitioner<T> |
A
Partitioner partitions data into subsets that can
be processed in parallel. |
Class | Description |
---|---|
FixedSizeBlockingChunkPartitioner<T> |
A
FixedSizeBlockingChunkPartitioner dynamically partitions data into
chunks of a fixed length. |
FixedSizeChunkPartitioner<T> |
A
FixedSizeChunkPartitioner dynamically partitions data into chunks
of a fixed length. |
GrowingChunkPartitioner<T> |
A
GrowingChunkPartitioner dynamically partitions data into chunks. |
RangePartitioner<T> |
A
RangePartitioner partitions data of a known size into a predefined
number of equally sized partitions. |