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| 构造器和说明 |
|---|
JoinOperator() |
JoinOperator(JoinFunction<L,R,O> function) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 TwoInputOperator<L,R>public OperatorType getOpType()
Copyright © 2022. All rights reserved.