public class TwoInputProcessor<T,O> extends StreamProcessor<io.ray.streaming.message.Record,io.ray.streaming.operator.TwoInputOperator<T,O>>
collectors, operator, runtimeContext| 构造器和说明 |
|---|
TwoInputProcessor(io.ray.streaming.operator.TwoInputOperator<T,O> operator) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
String |
getLeftStream() |
String |
getRightStream() |
void |
process(io.ray.streaming.message.Record record) |
void |
setLeftStream(String leftStream) |
void |
setRightStream(String rightStream) |
loadCheckpoint, open, saveCheckpoint, toStringpublic void process(io.ray.streaming.message.Record record)
public void close()
public String getLeftStream()
public void setLeftStream(String leftStream)
public String getRightStream()
public void setRightStream(String rightStream)
Copyright © 2021. All rights reserved.