Uses of Class
org.apache.flink.optimizer.dataproperties.RequestedLocalProperties
-
Packages that use RequestedLocalProperties Package Description org.apache.flink.optimizer.dag org.apache.flink.optimizer.dataproperties org.apache.flink.optimizer.operators org.apache.flink.optimizer.plan -
-
Uses of RequestedLocalProperties in org.apache.flink.optimizer.dag
Methods in org.apache.flink.optimizer.dag that return types with arguments of type RequestedLocalProperties Modifier and Type Method Description protected List<RequestedLocalProperties>PartitionNode.PartitionDescriptor. createPossibleLocalProperties()protected List<RequestedLocalProperties>SortPartitionNode.SortPartitionDescriptor. createPossibleLocalProperties()Methods in org.apache.flink.optimizer.dag with parameters of type RequestedLocalProperties Modifier and Type Method Description 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 RequestedLocalProperties in org.apache.flink.optimizer.dataproperties
Methods in org.apache.flink.optimizer.dataproperties that return RequestedLocalProperties Modifier and Type Method Description RequestedLocalPropertiesRequestedLocalProperties. clone()RequestedLocalPropertiesRequestedLocalProperties. 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 RequestedLocalProperties Modifier and Type Method Description Set<RequestedLocalProperties>InterestingProperties. getLocalProperties()Gets the interesting local properties.Methods in org.apache.flink.optimizer.dataproperties with parameters of type RequestedLocalProperties Modifier and Type Method Description voidInterestingProperties. addLocalProperties(RequestedLocalProperties props) -
Uses of RequestedLocalProperties in org.apache.flink.optimizer.operators
Methods in org.apache.flink.optimizer.operators that return RequestedLocalProperties Modifier and Type Method Description RequestedLocalPropertiesOperatorDescriptorDual.LocalPropertiesPair. getProperties1()RequestedLocalPropertiesOperatorDescriptorDual.LocalPropertiesPair. getProperties2()Methods in org.apache.flink.optimizer.operators with parameters of type RequestedLocalProperties Modifier and Type Method Description booleanAbstractSortMergeJoinDescriptor. areCoFulfilled(RequestedLocalProperties requested1, RequestedLocalProperties requested2, LocalProperties produced1, LocalProperties produced2)booleanBinaryUnionOpDescriptor. areCoFulfilled(RequestedLocalProperties requested1, RequestedLocalProperties requested2, LocalProperties produced1, LocalProperties produced2)booleanCartesianProductDescriptor. areCoFulfilled(RequestedLocalProperties requested1, RequestedLocalProperties requested2, LocalProperties produced1, LocalProperties produced2)booleanCoGroupDescriptor. areCoFulfilled(RequestedLocalProperties requested1, RequestedLocalProperties requested2, LocalProperties produced1, LocalProperties produced2)booleanCoGroupRawDescriptor. areCoFulfilled(RequestedLocalProperties requested1, RequestedLocalProperties requested2, LocalProperties produced1, LocalProperties produced2)booleanCoGroupWithSolutionSetFirstDescriptor. areCoFulfilled(RequestedLocalProperties requested1, RequestedLocalProperties requested2, LocalProperties produced1, LocalProperties produced2)booleanCoGroupWithSolutionSetSecondDescriptor. areCoFulfilled(RequestedLocalProperties requested1, RequestedLocalProperties requested2, LocalProperties produced1, LocalProperties produced2)booleanHashFullOuterJoinBuildFirstDescriptor. areCoFulfilled(RequestedLocalProperties requested1, RequestedLocalProperties requested2, LocalProperties produced1, LocalProperties produced2)booleanHashFullOuterJoinBuildSecondDescriptor. areCoFulfilled(RequestedLocalProperties requested1, RequestedLocalProperties requested2, LocalProperties produced1, LocalProperties produced2)booleanHashJoinBuildFirstProperties. areCoFulfilled(RequestedLocalProperties requested1, RequestedLocalProperties requested2, LocalProperties produced1, LocalProperties produced2)booleanHashJoinBuildSecondProperties. areCoFulfilled(RequestedLocalProperties requested1, RequestedLocalProperties requested2, LocalProperties produced1, LocalProperties produced2)booleanHashLeftOuterJoinBuildFirstDescriptor. areCoFulfilled(RequestedLocalProperties requested1, RequestedLocalProperties requested2, LocalProperties produced1, LocalProperties produced2)booleanHashLeftOuterJoinBuildSecondDescriptor. areCoFulfilled(RequestedLocalProperties requested1, RequestedLocalProperties requested2, LocalProperties produced1, LocalProperties produced2)booleanHashRightOuterJoinBuildFirstDescriptor. areCoFulfilled(RequestedLocalProperties requested1, RequestedLocalProperties requested2, LocalProperties produced1, LocalProperties produced2)booleanHashRightOuterJoinBuildSecondDescriptor. areCoFulfilled(RequestedLocalProperties requested1, RequestedLocalProperties requested2, LocalProperties produced1, LocalProperties produced2)abstract booleanOperatorDescriptorDual. areCoFulfilled(RequestedLocalProperties requested1, RequestedLocalProperties requested2, LocalProperties produced1, LocalProperties produced2)booleanUtilSinkJoinOpDescriptor. areCoFulfilled(RequestedLocalProperties requested1, RequestedLocalProperties requested2, LocalProperties produced1, LocalProperties produced2)Constructors in org.apache.flink.optimizer.operators with parameters of type RequestedLocalProperties Constructor Description LocalPropertiesPair(RequestedLocalProperties props1, RequestedLocalProperties props2) -
Uses of RequestedLocalProperties in org.apache.flink.optimizer.plan
Methods in org.apache.flink.optimizer.plan that return RequestedLocalProperties Modifier and Type Method Description RequestedLocalPropertiesChannel. getRequiredLocalProps()Methods in org.apache.flink.optimizer.plan with parameters of type RequestedLocalProperties Modifier and Type Method Description voidChannel. setRequiredLocalProps(RequestedLocalProperties requiredLocalProps)
-