@Deprecated public abstract class CrossFunction extends AbstractRichFunction implements CrossFunction<Record,Record,Record>
CrossOperator.| Constructor and Description |
|---|
CrossFunction()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Record |
cross(Record first,
Record second)
Deprecated.
This method must be implemented to provide a user implementation of a cross.
|
close, getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContextpublic abstract Record cross(Record first, Record second) throws Exception
cross in interface CrossFunction<Record,Record,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 © 2015 The Apache Software Foundation. All rights reserved.