@ParametersAreNonnullByDefault

Package org.kitesdk.data.partition

Provides common implementations of FieldPartitioner.

See:
          Description

Class Summary
CalendarFieldPartitioner A FieldPartitioner that extracts the value of a Calendar field, such as Calendar.YEAR.
DateFormatPartitioner A FieldPartitioner that formats a timestamp (long) in milliseconds since epoch, such as those returned by System.currentTimeMillis(), using SimpleDateFormat.
DayOfMonthFieldPartitioner  
HashFieldPartitioner  
HourFieldPartitioner  
IdentityFieldPartitioner<S extends Comparable>  
IntRangeFieldPartitioner  
ListFieldPartitioner<S>  
MinuteFieldPartitioner  
MonthFieldPartitioner  
PartitionFunctions Convenience class so you can say, for example, hash("username", 2) in JEXL.
RangeFieldPartitioner  
YearFieldPartitioner  
 

Package org.kitesdk.data.partition Description

Provides common implementations of FieldPartitioner.



Copyright © 2013–2014. All rights reserved.