public class TwoInputProcessor<T,O> extends StreamProcessor<io.ray.streaming.message.Record,io.ray.streaming.operator.TwoInputOperator<T,O>>
collectors, operator, runtimeContext| Constructor and Description |
|---|
TwoInputProcessor(io.ray.streaming.operator.TwoInputOperator<T,O> operator) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getLeftStream() |
String |
getRightStream() |
void |
process(io.ray.streaming.message.Record record) |
void |
setLeftStream(String leftStream) |
void |
setRightStream(String rightStream) |
open, 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 © 2020. All rights reserved.