Uses of Class
com.pervasive.datarush.ports.record.BalancedDistribution
-
Packages that use BalancedDistribution Package Description com.pervasive.datarush.ports.record Provides implementations of port objects related to the flow of record sets between operators. -
-
Uses of BalancedDistribution in com.pervasive.datarush.ports.record
Fields in com.pervasive.datarush.ports.record declared as BalancedDistribution Modifier and Type Field Description static BalancedDistribution
BalancedDistribution. INSTANCE
The singleton instance of this class.Methods in com.pervasive.datarush.ports.record that return BalancedDistribution Modifier and Type Method Description BalancedDistribution
BalancedDistribution. remap(FieldRemapping mapping)
Because BalancedDistribution does not reference any key names, it is not sensitive to transformations to the record namespace and thus this method just returns a reference to this, unmodified.
-