Uses of Class
org.apache.flink.optimizer.dataproperties.InterestingProperties
-
Packages that use InterestingProperties Package Description org.apache.flink.optimizer.dag org.apache.flink.optimizer.dataproperties -
-
Uses of InterestingProperties in org.apache.flink.optimizer.dag
Methods in org.apache.flink.optimizer.dag that return InterestingProperties Modifier and Type Method Description InterestingPropertiesDagConnection. getInterestingProperties()Gets the interesting properties object for this pact connection.InterestingPropertiesOptimizerNode. getInterestingProperties()Gets the properties that are interesting for this node to produce.Methods in org.apache.flink.optimizer.dag with parameters of type InterestingProperties Modifier and Type Method Description voidDagConnection. setInterestingProperties(InterestingProperties props)Sets the interesting properties for this pact connection. -
Uses of InterestingProperties in org.apache.flink.optimizer.dataproperties
Methods in org.apache.flink.optimizer.dataproperties that return InterestingProperties Modifier and Type Method Description InterestingPropertiesInterestingProperties. clone()InterestingPropertiesInterestingProperties. filterByCodeAnnotations(OptimizerNode node, int input)Methods in org.apache.flink.optimizer.dataproperties with parameters of type InterestingProperties Modifier and Type Method Description voidInterestingProperties. addInterestingProperties(InterestingProperties other)
-