|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kitesdk.data.FieldPartitioner<S,Integer> org.kitesdk.data.partition.ListFieldPartitioner<S>
@Beta public class ListFieldPartitioner<S>
Constructor Summary | |
---|---|
ListFieldPartitioner(String name,
List<Set<S>> values,
Class<S> sourceType)
|
Method Summary | |
---|---|
Integer |
apply(S 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<S> 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 ListFieldPartitioner(String name, List<Set<S>> values, Class<S> sourceType)
Method Detail |
---|
public Integer apply(S 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<S,Integer>
apply
in class FieldPartitioner<S,Integer>
@Deprecated public Integer valueFromString(String stringValue)
FieldPartitioner
Retrieve the value for the field from the string representation.
valueFromString
in class FieldPartitioner<S,Integer>
public com.google.common.base.Predicate<Integer> project(com.google.common.base.Predicate<S> predicate)
FieldPartitioner
Predicate
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<S,Integer>
public boolean equals(Object o)
equals
in interface com.google.common.base.Function<S,Integer>
equals
in interface Comparator<Integer>
equals
in class Object
public int compare(Integer o1, Integer o2)
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |