| Package | Description |
|---|---|
| org.apache.flink.api.common | |
| org.apache.flink.api.common.operators | |
| org.apache.flink.api.common.operators.base | |
| org.apache.flink.util |
| Modifier and Type | Method and Description |
|---|---|
void |
Plan.accept(Visitor<Operator<?>> visitor)
Traverses the job depth first from all data sinks on towards the sources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SingleInputOperator.accept(Visitor<Operator<?>> visitor)
Accepts the visitor and applies it this instance.
|
void |
DualInputOperator.accept(Visitor<Operator<?>> visitor) |
void |
GenericDataSourceBase.accept(Visitor<Operator<?>> visitor)
Accepts the visitor and applies it this instance.
|
void |
GenericDataSinkBase.accept(Visitor<Operator<?>> visitor)
Accepts the visitor and applies it this instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeltaIterationBase.WorksetPlaceHolder.accept(Visitor<Operator<?>> visitor) |
void |
DeltaIterationBase.SolutionSetPlaceHolder.accept(Visitor<Operator<?>> visitor) |
void |
BulkIterationBase.PartialSolutionPlaceHolder.accept(Visitor<Operator<?>> visitor) |
| Modifier and Type | Method and Description |
|---|---|
void |
Visitable.accept(Visitor<T> visitor)
Contains the logic to invoke the visitor and continue the traversal.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.