Uses of Class
org.apache.flink.streaming.api.operators.ChainingStrategy
-
Packages that use ChainingStrategy Package Description org.apache.flink.streaming.api.operators org.apache.flink.streaming.api.transformations -
-
Uses of ChainingStrategy in org.apache.flink.streaming.api.operators
Fields in org.apache.flink.streaming.api.operators declared as ChainingStrategy Modifier and Type Field Description protected ChainingStrategyAbstractStreamOperatorFactory. chainingStrategystatic ChainingStrategyChainingStrategy. DEFAULT_CHAINING_STRATEGYMethods in org.apache.flink.streaming.api.operators that return ChainingStrategy Modifier and Type Method Description ChainingStrategyAbstractStreamOperatorFactory. getChainingStrategy()ChainingStrategyStreamOperatorFactory. getChainingStrategy()Get the chaining strategy of operator factory.static ChainingStrategyChainingStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static ChainingStrategy[]ChainingStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.streaming.api.operators with parameters of type ChainingStrategy Modifier and Type Method Description voidAbstractStreamOperatorFactory. setChainingStrategy(ChainingStrategy strategy)voidStreamOperatorFactory. setChainingStrategy(ChainingStrategy strategy)Set the chaining strategy for operator factory. -
Uses of ChainingStrategy in org.apache.flink.streaming.api.transformations
Methods in org.apache.flink.streaming.api.transformations that return ChainingStrategy Modifier and Type Method Description ChainingStrategyAbstractBroadcastStateTransformation. getChainingStrategy()ChainingStrategyReduceTransformation. getChainingStrategy()ChainingStrategySinkTransformation. getChainingStrategy()ChainingStrategySourceTransformation. getChainingStrategy()ChainingStrategyTimestampsAndWatermarksTransformation. getChainingStrategy()Methods in org.apache.flink.streaming.api.transformations with parameters of type ChainingStrategy Modifier and Type Method Description voidAbstractBroadcastStateTransformation. setChainingStrategy(ChainingStrategy chainingStrategy)voidAbstractMultipleInputTransformation. setChainingStrategy(ChainingStrategy strategy)voidGlobalCommitterTransform. setChainingStrategy(ChainingStrategy strategy)voidLegacySinkTransformation. setChainingStrategy(ChainingStrategy strategy)voidLegacySourceTransformation. setChainingStrategy(ChainingStrategy strategy)voidOneInputTransformation. setChainingStrategy(ChainingStrategy strategy)abstract voidPhysicalTransformation. setChainingStrategy(ChainingStrategy strategy)Sets the chaining strategy of thisTransformation.voidReduceTransformation. setChainingStrategy(ChainingStrategy strategy)voidSinkTransformation. setChainingStrategy(ChainingStrategy strategy)voidSourceTransformation. setChainingStrategy(ChainingStrategy chainingStrategy)voidTimestampsAndWatermarksTransformation. setChainingStrategy(ChainingStrategy chainingStrategy)voidTwoInputTransformation. setChainingStrategy(ChainingStrategy strategy)
-