@Deprecated public class CrossWithSmallOperator extends CrossOperator implements org.apache.flink.api.common.operators.base.CrossOperatorBase.CrossWithSmall
CrossFunction| Modifier and Type | Class and Description |
|---|---|
static class |
CrossWithSmallOperator.Builder
Deprecated.
Builder pattern, straight from Joshua Bloch's Effective Java (2nd Edition).
|
org.apache.flink.api.common.operators.base.CrossOperatorBase.CrossHint, org.apache.flink.api.common.operators.base.CrossOperatorBase.CrossWithLarge, org.apache.flink.api.common.operators.base.CrossOperatorBase.CrossWithSmall| Modifier | Constructor and Description |
|---|---|
protected |
CrossWithSmallOperator(CrossWithSmallOperator.Builder builder)
Deprecated.
The private constructor that only gets invoked from the Builder.
|
| Modifier and Type | Method and Description |
|---|---|
static CrossWithSmallOperator.Builder |
builder(Class<? extends CrossFunction> udf)
Deprecated.
Creates a Builder with the provided
CrossFunction implementation. |
static CrossWithSmallOperator.Builder |
builder(CrossFunction udf)
Deprecated.
Creates a Builder with the provided
CrossFunction implementation. |
getKeyClassesexecuteOnCollections, getCrossHint, setCrossHintaccept, addFirstInput, addFirstInputs, addSecondInput, addSecondInputs, clearFirstInput, clearSecondInput, getFirstInput, getKeyColumns, getNumberOfInputs, getOperatorInfo, getSecondInput, getSemanticProperties, setFirstInput, setFirstInput, setFirstInputs, setSecondInput, setSecondInput, setSecondInputs, setSemanticPropertiesasArray, emptyClassArray, getBroadcastInputs, getUserCodeWrapper, setBroadcastVariable, setBroadcastVariablescreateUnionCascade, createUnionCascade, createUnionCascade, getCompilerHints, getDegreeOfParallelism, getName, getParallelism, getParameters, setDegreeOfParallelism, setName, setParallelism, setParameter, setParameter, setParameter, toStringprotected CrossWithSmallOperator(CrossWithSmallOperator.Builder builder)
builder - public static CrossWithSmallOperator.Builder builder(CrossFunction udf)
CrossFunction implementation.udf - The CrossFunction implementation for this Cross operator.public static CrossWithSmallOperator.Builder builder(Class<? extends CrossFunction> udf)
CrossFunction implementation.udf - The CrossFunction implementation for this Cross operator.Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.