Generated by
JDiff

Class com.cloudera.cdk.data.FieldPartitioner

Removed interface com.google.common.base.Function.
Added interface com.google.common.base.Function.

Removed Constructors
FieldPartitioner(String, int)  
FieldPartitioner(String, String, int)  
 

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

Added Methods
Class<T> getType()

The type of the target field, which is the type of the return value of the partition function.

 

Changed Methods
T apply(S) Change in return type from Object to T.
Change in signature from Object to S.

Apply the partition function to the given {@code value}.

T valueFromString(String) Change in return type from Object to T.

Retrieve the value for the field from the string representation.

String valueToString(T) Change in signature from Object to T.

Retrieve the value for the field formatted as a String.