public class RowCalculator extends Object
| Constructor and Description |
|---|
RowCalculator(int buckets,
int rows) |
| Modifier and Type | Method and Description |
|---|---|
int |
getExtraRowCount()
Get the number of extra rows that need to be added if rows don't divide evenly among the buckets.
|
int |
getNext() |
int |
getRowsPerBucket()
Get the number of row that should fit into each bucket.
|
int |
size() |
public int size()
public int getNext()
public int getRowsPerBucket()
public int getExtraRowCount()
Copyright © 2018 Apache Software Foundation. All Rights Reserved.