L - Type of the data in the left stream.R - Type of the data in the right stream.O - Type of the data in the joined stream.public class JoinStream<L,R,O> extends DataStream<L>
| Constructor and Description |
|---|
JoinStream(DataStream<L> leftStream,
DataStream<R> rightStream) |
| Modifier and Type | Method and Description |
|---|---|
DataStream<R> |
getRightStream() |
<K> io.ray.streaming.api.stream.JoinStream.Where<K> |
where(KeyFunction<L,K> keyFunction)
Apply key-by to the left join stream.
|
asPythonStream, broadcast, filter, flatMap, getLanguage, join, keyBy, map, partitionBy, process, sink, union, uniondisableChain, forward, getConfig, getId, getInputStream, getOperator, getOriginalStream, getParallelism, getPartition, getStreamingContext, isProxyStream, setParallelism, setPartition, withChainStrategy, withConfig, withConfigpublic JoinStream(DataStream<L> leftStream, DataStream<R> rightStream)
public DataStream<R> getRightStream()
public <K> io.ray.streaming.api.stream.JoinStream.Where<K> where(KeyFunction<L,K> keyFunction)
Copyright © 2020. All rights reserved.