Package | Description |
---|---|
org.apache.flink.optimizer.dag | |
org.apache.flink.optimizer.dataproperties | |
org.apache.flink.optimizer.operators | |
org.apache.flink.optimizer.plan |
Modifier and Type | Method and Description |
---|---|
protected List<RequestedGlobalProperties> |
PartitionNode.PartitionDescriptor.createPossibleGlobalProperties() |
protected List<RequestedGlobalProperties> |
SortPartitionNode.SortPartitionDescriptor.createPossibleGlobalProperties() |
Modifier and Type | Method and Description |
---|---|
protected void |
TwoInputNode.addLocalCandidates(Channel template1,
Channel template2,
List<Set<? extends NamedChannel>> broadcastPlanChannels,
RequestedGlobalProperties rgps1,
RequestedGlobalProperties rgps2,
List<PlanNode> target,
OperatorDescriptorDual.LocalPropertiesPair[] validLocalCombinations,
CostEstimator estimator) |
protected void |
SingleInputNode.addLocalCandidates(Channel template,
List<Set<? extends NamedChannel>> broadcastPlanChannels,
RequestedGlobalProperties rgps,
List<PlanNode> target,
CostEstimator estimator) |
protected void |
WorksetIterationNode.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 void |
TwoInputNode.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 void |
BulkIterationNode.instantiateCandidate(OperatorDescriptorSingle dps,
Channel in,
List<Set<? extends NamedChannel>> broadcastPlanChannels,
List<PlanNode> target,
CostEstimator estimator,
RequestedGlobalProperties globPropsReq,
RequestedLocalProperties locPropsReq) |
protected void |
SingleInputNode.instantiateCandidate(OperatorDescriptorSingle dps,
Channel in,
List<Set<? extends NamedChannel>> broadcastPlanChannels,
List<PlanNode> target,
CostEstimator estimator,
RequestedGlobalProperties globPropsReq,
RequestedLocalProperties locPropsReq) |
Modifier and Type | Method and Description |
---|---|
RequestedGlobalProperties |
RequestedGlobalProperties.clone() |
RequestedGlobalProperties |
RequestedGlobalProperties.filterBySemanticProperties(SemanticProperties props,
int input)
Filters these properties by what can be preserved by the given SemanticProperties when propagated down
to the given input.
|
Modifier and Type | Method and Description |
---|---|
Set<RequestedGlobalProperties> |
InterestingProperties.getGlobalProperties()
Gets the interesting global properties.
|
Modifier and Type | Method and Description |
---|---|
void |
InterestingProperties.addGlobalProperties(RequestedGlobalProperties props) |
Modifier and Type | Method and Description |
---|---|
RequestedGlobalProperties |
OperatorDescriptorDual.GlobalPropertiesPair.getProperties1() |
RequestedGlobalProperties |
OperatorDescriptorDual.GlobalPropertiesPair.getProperties2() |
Constructor and Description |
---|
GlobalPropertiesPair(RequestedGlobalProperties props1,
RequestedGlobalProperties props2) |
Modifier and Type | Method and Description |
---|---|
RequestedGlobalProperties |
Channel.getRequiredGlobalProps() |
Modifier and Type | Method and Description |
---|---|
void |
Channel.setRequiredGlobalProps(RequestedGlobalProperties requiredGlobalProps) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.