Uses of Class
com.pervasive.datarush.operators.ParallelismStrategy
-
Packages that use ParallelismStrategy Package Description com.pervasive.datarush.operators Provides classes and interfaces for developing dataflow operators. -
-
Uses of ParallelismStrategy in com.pervasive.datarush.operators
Fields in com.pervasive.datarush.operators declared as ParallelismStrategy Modifier and Type Field Description static ParallelismStrategyParallelismStrategy. ACCEPT_SOURCEUses the maximum of the input ports' parallelism as this operator's max parallelism.static ParallelismStrategyParallelismStrategy. CONFIGUREDIndicates that the operator should use whatever parallelism has been explicitly configured viaOperatorSettings.getMaxParallelism(), defaulting toEngineConfig#getParallelism().static ParallelismStrategyParallelismStrategy. NEGOTIATE_BASED_ON_SOURCEUses the maximum of the input ports' parallelism as this operator's max parallelism.static ParallelismStrategyParallelismStrategy. NON_PARALLELIZABLEIndicates that the operator is non-parallelizable.Methods in com.pervasive.datarush.operators with parameters of type ParallelismStrategy Modifier and Type Method Description voidIterativeMetadataContext. parallelize(ParallelismStrategy strategy)Controls the parallelism of the ports of this operator.voidStreamingMetadataContext. parallelize(ParallelismStrategy strategy)Controls the parallelism of this operator.
-