Class PartialDynamicDataDistribution

Direct Known Subclasses:
DynamicRangeDataDistribution

public abstract class PartialDynamicDataDistribution extends PartialDataDistribution
Base class for all distributions whose partitioning parameters are based on the data. These require an extra pass over the data and thus the data must be staged before it can be partitioned.
See Also: