|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kitesdk.data.FieldPartitioner<Integer,Integer>
org.kitesdk.data.partition.IntRangeFieldPartitioner
@Beta public class IntRangeFieldPartitioner
| Constructor Summary | |
|---|---|
IntRangeFieldPartitioner(String name,
int... upperBounds)
|
|
| Method Summary | |
|---|---|
Integer |
apply(Integer value)
Apply the partition function to the given value. |
int |
compare(Integer o1,
Integer o2)
|
boolean |
equals(Object o)
|
int |
hashCode()
|
com.google.common.base.Predicate<Integer> |
project(com.google.common.base.Predicate<Integer> predicate)
Projects a source-data constraint Predicate into the image of the
backing partition function. |
String |
toString()
|
Integer |
valueFromString(String stringValue)
Deprecated. |
| Methods inherited from class org.kitesdk.data.FieldPartitioner |
|---|
getCardinality, getName, getSourceName, getSourceType, getType, valueToString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IntRangeFieldPartitioner(String name,
int... upperBounds)
| Method Detail |
|---|
public Integer apply(Integer value)
FieldPartitioner
Apply the partition function to the given value.
The type of value must be compatible with the field partitioner implementation. Normally, this is validated at the time of initial configuration rather than at runtime.
apply in interface com.google.common.base.Function<Integer,Integer>apply in class FieldPartitioner<Integer,Integer>@Deprecated public Integer valueFromString(String stringValue)
FieldPartitionerRetrieve the value for the field from the string representation.
valueFromString in class FieldPartitioner<Integer,Integer>public com.google.common.base.Predicate<Integer> project(com.google.common.base.Predicate<Integer> predicate)
FieldPartitionerPredicate into the image of the
backing partition function.
If the function cannot be projected exactly, the resulting predicate must
be more permissive than the original predicate.
project in class FieldPartitioner<Integer,Integer>public boolean equals(Object o)
equals in interface com.google.common.base.Function<Integer,Integer>equals in interface Comparator<Integer>equals in class Object
public int compare(Integer o1,
Integer o2)
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||