Uses of Class
com.pervasive.datarush.ports.record.PartialStaticDataDistribution
-
Packages that use PartialStaticDataDistribution Package Description com.pervasive.datarush.ports.record Provides implementations of port objects related to the flow of record sets between operators. -
-
Uses of PartialStaticDataDistribution in com.pervasive.datarush.ports.record
Subclasses of PartialStaticDataDistribution in com.pervasive.datarush.ports.record Modifier and Type Class Description classBalancedDistributionUsed to redistribute the data in a roughly balanced fashion.classKeyDrivenDataDistributionDataDistribution based on a set of keys from the input data.classUnspecifiedPartialDistributionThe default data distribution; if unspecified an operator will receive data in the same distribution as the upstream operator.
-