Generated by
JDiff

Package org.kitesdk.data.partition

Added Classes
CalendarFieldPartitioner A org.kitesdk.data.FieldPartitioner that extracts the value of a Calendar field, such as Calendar.YEAR.
 

Changed Classes
DateFormatPartitioner A FieldPartitioner that formats a timestamp (long) in milliseconds since epoch, such as those returned by System.currentTimeMillis(), using SimpleDateFormat.
HashFieldPartitioner  
IdentityFieldPartitioner  
IntRangeFieldPartitioner  
ListFieldPartitioner  
PartitionFunctions Convenience class so you can say, for example, hash("username", 2) in JEXL.
RangeFieldPartitioner  
YearFieldPartitioner