public interface PartitionEvaluatorFactory<T,U>
extends java.io.Serializable
PartitionEvaluator. Spark serializes and sends
 PartitionEvaluatorFactory to executors, and then creates PartitionEvaluator via the
 factory at the executor side.| Modifier and Type | Method and Description | 
|---|---|
| PartitionEvaluator<T,U> | createEvaluator()Creates a partition evaluator. | 
PartitionEvaluator<T,U> createEvaluator()