public abstract class AbstractCachedBuildSideJoinDriver<IT1,IT2,OT> extends JoinDriver<IT1,IT2,OT> implements ResettableDriver<org.apache.flink.api.common.functions.FlatJoinFunction<IT1,IT2,OT>,OT>
LOG, running, taskContext| Modifier | Constructor and Description |
|---|---|
protected |
AbstractCachedBuildSideJoinDriver(int buildSideIndex,
int probeSideIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
This method is invoked when the driver must aborted in mid processing.
|
void |
cleanup()
This method is invoked in any case (clean termination and exception) at the end of the tasks
operation.
|
void |
initialize() |
boolean |
isInputResettable(int inputNum) |
void |
prepare()
This method is called before the user code is opened.
|
void |
reset() |
void |
run()
The main operation method of the task.
|
void |
teardown() |
getNumberOfDriverComparators, getNumberOfInputs, getStubType, setupclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNumberOfDriverComparators, getNumberOfInputs, getStubType, setupprotected AbstractCachedBuildSideJoinDriver(int buildSideIndex,
int probeSideIndex)
public boolean isInputResettable(int inputNum)
isInputResettable in interface ResettableDriver<org.apache.flink.api.common.functions.FlatJoinFunction<IT1,IT2,OT>,OT>public void initialize()
throws Exception
initialize in interface ResettableDriver<org.apache.flink.api.common.functions.FlatJoinFunction<IT1,IT2,OT>,OT>Exceptionpublic void prepare()
throws Exception
Driverpublic void run()
throws Exception
Driverrun in interface Driver<org.apache.flink.api.common.functions.FlatJoinFunction<IT1,IT2,OT>,OT>run in class JoinDriver<IT1,IT2,OT>Exception - Any exception thrown by this method signals task failure. Because
exceptions in the user code typically signal situations where this instance in unable to
proceed, exceptions from the user code should be forwarded.public void cleanup()
throws Exception
Driverpublic void reset()
throws Exception
public void teardown()
public void cancel()
DriverCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.