| Package | Description |
|---|---|
| org.apache.flink.compiler.dag | |
| org.apache.flink.compiler.dataproperties | |
| org.apache.flink.compiler.operators | |
| org.apache.flink.compiler.plan |
| Modifier and Type | Method and Description |
|---|---|
protected List<RequestedLocalProperties> |
PartitionNode.PartitionDescriptor.createPossibleLocalProperties() |
| Modifier and Type | Method and Description |
|---|---|
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 |
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 |
SingleInputNode.instantiateCandidate(OperatorDescriptorSingle dps,
Channel in,
List<Set<? extends NamedChannel>> broadcastPlanChannels,
List<PlanNode> target,
CostEstimator estimator,
RequestedGlobalProperties globPropsReq,
RequestedLocalProperties locPropsReq) |
protected void |
BulkIterationNode.instantiateCandidate(OperatorDescriptorSingle dps,
Channel in,
List<Set<? extends NamedChannel>> broadcastPlanChannels,
List<PlanNode> target,
CostEstimator estimator,
RequestedGlobalProperties globPropsReq,
RequestedLocalProperties locPropsReq) |
| Modifier and Type | Field and Description |
|---|---|
static RequestedLocalProperties |
RequestedLocalProperties.DEFAULT_PROPERTIES |
| Modifier and Type | Method and Description |
|---|---|
RequestedLocalProperties |
RequestedLocalProperties.clone() |
RequestedLocalProperties |
RequestedLocalProperties.filterByNodesConstantSet(OptimizerNode node,
int input)
Filters these properties by what can be preserved through a user function's constant fields set.
|
| Modifier and Type | Method and Description |
|---|---|
Set<RequestedLocalProperties> |
InterestingProperties.getLocalProperties()
Gets the interesting local properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InterestingProperties.addLocalProperties(RequestedLocalProperties props) |
| Modifier and Type | Method and Description |
|---|---|
RequestedLocalProperties |
OperatorDescriptorDual.LocalPropertiesPair.getProperties1() |
RequestedLocalProperties |
OperatorDescriptorDual.LocalPropertiesPair.getProperties2() |
| Constructor and Description |
|---|
LocalPropertiesPair(RequestedLocalProperties props1,
RequestedLocalProperties props2) |
| Modifier and Type | Method and Description |
|---|---|
RequestedLocalProperties |
Channel.getRequiredLocalProps() |
| Modifier and Type | Method and Description |
|---|---|
void |
Channel.setRequiredLocalProps(RequestedLocalProperties requiredLocalProps) |
Copyright © 2014 The Apache Software Foundation. All rights reserved.