Generated by
JDiff

Class com.cloudera.cdk.data.FieldPartitioner

Added interface java.util.Comparator.

Removed Constructors
FieldPartitioner(String, Class<T>, int)  
FieldPartitioner(String, String, Class<T>, int)  
 

Added Constructors
FieldPartitioner(String, Class<S>, Class<T>, int)  
FieldPartitioner(String, String, Class<S>, Class<T>, int)  
 

Added Methods
Class<S> getSourceType()

The type of the source field, which is the type of the type expected by the apply function.

 

Changed Methods
T valueFromString(String) Now deprecated.
will be removed in 0.11.0
String valueToString(T) Now deprecated.
will be removed in 0.11.0