| Package | Description |
|---|---|
| org.apache.flink.api.java.record.operators |
| Modifier and Type | Method and Description |
|---|---|
static MapOperator.Builder |
MapOperator.builder(Class<? extends MapFunction> udf)
Deprecated.
Creates a Builder with the provided
MapFunction implementation. |
static MapOperator.Builder |
MapOperator.builder(MapFunction udf)
Deprecated.
Creates a Builder with the provided
MapFunction implementation. |
MapOperator.Builder |
MapOperator.Builder.input(Operator<Record>... inputs)
Sets one or several inputs (union).
|
MapOperator.Builder |
MapOperator.Builder.input(Operator<Record> input)
Sets the input.
|
MapOperator.Builder |
MapOperator.Builder.inputs(List<Operator<Record>> inputs)
Sets the inputs.
|
MapOperator.Builder |
MapOperator.Builder.name(String name)
Sets the name of this operator.
|
MapOperator.Builder |
MapOperator.Builder.setBroadcastVariable(String name,
Operator<Record> input)
Binds the result produced by a plan rooted at
root to a
variable used by the UDF wrapped in this operator. |
MapOperator.Builder |
MapOperator.Builder.setBroadcastVariables(Map<String,Operator<Record>> inputs)
Binds multiple broadcast variables.
|
| Constructor and Description |
|---|
MapOperator(MapOperator.Builder builder)
Deprecated.
The private constructor that only gets invoked from the Builder.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.