Generated by
JDiff

Class com.cloudera.cdk.data.PartitionStrategy.Builder

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, Class<S>, int) 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, int) Now deprecated.
Use {@link #identity(String, Class, int)}.
Builder range(String, String[]) Change in signature from (String, Comparable[]) to (String, String[]).
Configure a range partitioner for strings with a set of {@code upperBounds}.