org.kitesdk.data.partition
Class DayOfMonthFieldPartitioner
java.lang.Object
org.kitesdk.data.FieldPartitioner<Long,Integer>
org.kitesdk.data.partition.CalendarFieldPartitioner
org.kitesdk.data.partition.DayOfMonthFieldPartitioner
- All Implemented Interfaces:
- com.google.common.base.Function<Long,Integer>, Comparator<Integer>
@Beta
public class DayOfMonthFieldPartitioner
- extends CalendarFieldPartitioner
DayOfMonthFieldPartitioner
public DayOfMonthFieldPartitioner(String sourceName,
String name)
valueToString
@Deprecated
public String valueToString(Integer value)
- Deprecated.
- Description copied from class:
FieldPartitioner
Retrieve the value for the field formatted as a String
. By default,
this is the object's Object.toString()
representation,
but some FieldPartitioner
s may choose to provide a different representation.
- Overrides:
valueToString
in class FieldPartitioner<Long,Integer>
Copyright © 2013–2014. All rights reserved.