org.kitesdk.data.partition
Class MinuteFieldPartitioner
java.lang.Object
org.kitesdk.data.FieldPartitioner<Long,Integer>
org.kitesdk.data.partition.CalendarFieldPartitioner
org.kitesdk.data.partition.MinuteFieldPartitioner
- All Implemented Interfaces:
- com.google.common.base.Function<Long,Integer>, Comparator<Integer>
@Beta
public class MinuteFieldPartitioner
- extends CalendarFieldPartitioner
MinuteFieldPartitioner
public MinuteFieldPartitioner(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.