Interface PartitionPlan

All Known Implementing Classes:
PartitionPlanImpl

public interface PartitionPlan
PartitionPlan is a helper class that carries partition processing information set by the @PartitionMapper method. A PartitionPlan contains:
  1. number of partition instances
  2. number of threads on which to execute the partitions
  3. substitution properties for each Partition (which can be referenced using the #{partitionPlan['propertyName']} syntax.