| 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(org.apache.flink.api.common.operators.Operator<org.apache.flink.types.Record>... inputs)
Sets one or several inputs (union).
|
MapOperator.Builder |
MapOperator.Builder.input(org.apache.flink.api.common.operators.Operator<org.apache.flink.types.Record> input)
Sets the input.
|
MapOperator.Builder |
MapOperator.Builder.inputs(List<org.apache.flink.api.common.operators.Operator<org.apache.flink.types.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,
org.apache.flink.api.common.operators.Operator<org.apache.flink.types.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,org.apache.flink.api.common.operators.Operator<org.apache.flink.types.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 © 2014–2015 The Apache Software Foundation. All rights reserved.