@Deprecated public abstract class CrossFunction extends org.apache.flink.api.common.functions.AbstractRichFunction implements org.apache.flink.api.common.functions.CrossFunction<org.apache.flink.types.Record,org.apache.flink.types.Record,org.apache.flink.types.Record>
CrossOperator.| Constructor and Description |
|---|
CrossFunction()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract org.apache.flink.types.Record |
cross(org.apache.flink.types.Record first,
org.apache.flink.types.Record second)
Deprecated.
This method must be implemented to provide a user implementation of a cross.
|
public abstract org.apache.flink.types.Record cross(org.apache.flink.types.Record first,
org.apache.flink.types.Record second)
throws Exception
cross in interface org.apache.flink.api.common.functions.CrossFunction<org.apache.flink.types.Record,org.apache.flink.types.Record,org.apache.flink.types.Record>first - The record from the second input.second - The record from the second input.Exception - Implementations may forward exceptions, which are caught by the runtime. When the
runtime catches an exception, it aborts the task and lets the fail-over logic
decide whether to retry the task execution.Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.