Uses of Class
org.apache.flink.optimizer.dataproperties.RequestedGlobalProperties
-
Packages that use RequestedGlobalProperties Package Description org.apache.flink.optimizer.dag org.apache.flink.optimizer.dataproperties org.apache.flink.optimizer.operators org.apache.flink.optimizer.plan -
-
Uses of RequestedGlobalProperties in org.apache.flink.optimizer.dag
Methods in org.apache.flink.optimizer.dag that return types with arguments of type RequestedGlobalProperties Modifier and Type Method Description protected List<RequestedGlobalProperties>PartitionNode.PartitionDescriptor. createPossibleGlobalProperties()protected List<RequestedGlobalProperties>SortPartitionNode.SortPartitionDescriptor. createPossibleGlobalProperties()Methods in org.apache.flink.optimizer.dag with parameters of type RequestedGlobalProperties Modifier and Type Method Description protected voidSingleInputNode. addLocalCandidates(Channel template, List<Set<? extends NamedChannel>> broadcastPlanChannels, RequestedGlobalProperties rgps, List<PlanNode> target, CostEstimator estimator)protected voidTwoInputNode. addLocalCandidates(Channel template1, Channel template2, List<Set<? extends NamedChannel>> broadcastPlanChannels, RequestedGlobalProperties rgps1, RequestedGlobalProperties rgps2, List<PlanNode> target, OperatorDescriptorDual.LocalPropertiesPair[] validLocalCombinations, CostEstimator estimator)protected voidTwoInputNode. instantiate(OperatorDescriptorDual operator, Channel in1, Channel in2, List<Set<? extends NamedChannel>> broadcastPlanChannels, List<PlanNode> target, CostEstimator estimator, RequestedGlobalProperties globPropsReq1, RequestedGlobalProperties globPropsReq2, RequestedLocalProperties locPropsReq1, RequestedLocalProperties locPropsReq2)protected voidWorksetIterationNode. instantiate(OperatorDescriptorDual operator, Channel solutionSetIn, Channel worksetIn, List<Set<? extends NamedChannel>> broadcastPlanChannels, List<PlanNode> target, CostEstimator estimator, RequestedGlobalProperties globPropsReqSolutionSet, RequestedGlobalProperties globPropsReqWorkset, RequestedLocalProperties locPropsReqSolutionSet, RequestedLocalProperties locPropsReqWorkset)protected voidBulkIterationNode. instantiateCandidate(OperatorDescriptorSingle dps, Channel in, List<Set<? extends NamedChannel>> broadcastPlanChannels, List<PlanNode> target, CostEstimator estimator, RequestedGlobalProperties globPropsReq, RequestedLocalProperties locPropsReq)protected voidSingleInputNode. instantiateCandidate(OperatorDescriptorSingle dps, Channel in, List<Set<? extends NamedChannel>> broadcastPlanChannels, List<PlanNode> target, CostEstimator estimator, RequestedGlobalProperties globPropsReq, RequestedLocalProperties locPropsReq) -
Uses of RequestedGlobalProperties in org.apache.flink.optimizer.dataproperties
Methods in org.apache.flink.optimizer.dataproperties that return RequestedGlobalProperties Modifier and Type Method Description RequestedGlobalPropertiesRequestedGlobalProperties. clone()RequestedGlobalPropertiesRequestedGlobalProperties. filterBySemanticProperties(org.apache.flink.api.common.operators.SemanticProperties props, int input)Filters these properties by what can be preserved by the given SemanticProperties when propagated down to the given input.Methods in org.apache.flink.optimizer.dataproperties that return types with arguments of type RequestedGlobalProperties Modifier and Type Method Description Set<RequestedGlobalProperties>InterestingProperties. getGlobalProperties()Gets the interesting global properties.Methods in org.apache.flink.optimizer.dataproperties with parameters of type RequestedGlobalProperties Modifier and Type Method Description voidInterestingProperties. addGlobalProperties(RequestedGlobalProperties props) -
Uses of RequestedGlobalProperties in org.apache.flink.optimizer.operators
Methods in org.apache.flink.optimizer.operators that return RequestedGlobalProperties Modifier and Type Method Description RequestedGlobalPropertiesOperatorDescriptorDual.GlobalPropertiesPair. getProperties1()RequestedGlobalPropertiesOperatorDescriptorDual.GlobalPropertiesPair. getProperties2()Constructors in org.apache.flink.optimizer.operators with parameters of type RequestedGlobalProperties Constructor Description GlobalPropertiesPair(RequestedGlobalProperties props1, RequestedGlobalProperties props2) -
Uses of RequestedGlobalProperties in org.apache.flink.optimizer.plan
Methods in org.apache.flink.optimizer.plan that return RequestedGlobalProperties Modifier and Type Method Description RequestedGlobalPropertiesChannel. getRequiredGlobalProps()Methods in org.apache.flink.optimizer.plan with parameters of type RequestedGlobalProperties Modifier and Type Method Description voidChannel. setRequiredGlobalProps(RequestedGlobalProperties requiredGlobalProps)
-