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 class
BalancedDistribution
Used to redistribute the data in a roughly balanced fashion.class
KeyDrivenDataDistribution
DataDistribution based on a set of keys from the input data.class
UnspecifiedPartialDistribution
The default data distribution; if unspecified an operator will receive data in the same distribution as the upstream operator.
-