public interface PartitionFunction
Modifier and Type | Method and Description |
---|---|
List<Partition> |
partition()
partition the items based on the partitioning function used
|
void |
setItems(List<? extends Item> items)
the items to partition
|
void |
setNumberOfBins(Integer numberOfBins)
Explicitly set the number of bins to use
|
static final String ITEMS_KEY
void setItems(List<? extends Item> items)
items
- - the items to partitionList<Partition> partition()
void setNumberOfBins(Integer numberOfBins)
numberOfBins
- - the number of bins to useCopyright © 2016 iNetria. All rights reserved.