L - Type of the data in the left stream.R - Type of the data in the right stream.K - Type of the data in the join key.O - Type of the data in the joined stream.public class JoinOperator<L,R,K,O> extends StreamOperator<JoinFunction<L,R,O>> implements TwoInputOperator<L,R>
collectorList, function, name, richFunction, runtimeContext| Constructor and Description |
|---|
JoinOperator() |
JoinOperator(JoinFunction<L,R,O> function) |
| Modifier and Type | Method and Description |
|---|---|
OperatorType |
getOpType() |
void |
processElement(Record<L> record1,
Record<R> record2) |
close, collect, collect, finish, getChainStrategy, getFunction, getLanguage, getName, loadCheckpoint, open, saveCheckpoint, setChainStrategy, setFunctionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, finish, getChainStrategy, getFunction, getLanguage, getName, loadCheckpoint, open, saveCheckpointpublic JoinOperator()
public JoinOperator(JoinFunction<L,R,O> function)
public void processElement(Record<L> record1, Record<R> record2)
processElement in interface TwoInputOperator<L,R>public OperatorType getOpType()
Copyright © 2020. All rights reserved.