|
Generated by JDiff |
||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added Methods | |
Builder day(String ) |
Configure a partitioner for extracting the day from a timestamp field. |
Builder hour(String ) |
Configure a partitioner for extracting the hour from a timestamp field. |
Builder identity(String, |
Configure an identity partitioner for a given type with a cardinality hint of {@code buckets} size. |
Builder minute(String ) |
Configure a partitioner for extracting the minute from a timestamp field. |
Builder month(String ) |
Configure a partitioner for extracting the month from a timestamp field. |
Builder year(String ) |
Configure a partitioner for extracting the year from a timestamp field. |
Changed Methods | ||
Builder identity(String, |
Now deprecated. |
Use {@link #identity(String, Class, int)}. |
Builder range(String, |
Change in signature from (String, Comparable[] ) to (String, String[] ). |
Configure a range partitioner for strings with a set of {@code upperBounds}. |
|
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |