| Package | Description |
|---|---|
| io.ray.streaming.api.stream | |
| io.ray.streaming.jobgraph | |
| io.ray.streaming.operator.chain | |
| io.ray.streaming.operator.impl | |
| io.ray.streaming.python |
| Modifier and Type | Method and Description |
|---|---|
StreamOperator |
Stream.getOperator() |
| Constructor and Description |
|---|
DataStream(DataStream<R> input,
StreamOperator streamOperator) |
DataStream(DataStream<R> input,
StreamOperator streamOperator,
Partition<T> partition) |
DataStream(StreamingContext streamingContext,
StreamOperator streamOperator) |
DataStream(StreamingContext streamingContext,
StreamOperator streamOperator,
Partition<T> partition) |
KeyDataStream(DataStream<T> input,
StreamOperator streamOperator) |
Stream(StreamingContext streamingContext,
StreamOperator streamOperator) |
Stream(StreamingContext streamingContext,
StreamOperator streamOperator,
Partition<T> partition) |
Stream(StreamingContext streamingContext,
Stream inputStream,
StreamOperator streamOperator,
Partition<T> partition) |
Stream(Stream inputStream,
StreamOperator streamOperator) |
Stream(Stream inputStream,
StreamOperator streamOperator,
Partition<T> partition) |
StreamSink(Stream inputStream,
StreamOperator streamOperator) |
| Modifier and Type | Method and Description |
|---|---|
StreamOperator |
JobVertex.getStreamOperator() |
| Constructor and Description |
|---|
JobVertex(int vertexId,
int parallelism,
VertexType vertexType,
StreamOperator streamOperator,
Map<String,String> config) |
| Modifier and Type | Class and Description |
|---|---|
class |
ChainedOperator
Abstract base class for chained operators.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<StreamOperator> |
ChainedOperator.operators |
| Modifier and Type | Method and Description |
|---|---|
List<StreamOperator> |
ChainedOperator.getOperators() |
| Modifier and Type | Method and Description |
|---|---|
static ChainedOperator |
ChainedOperator.newChainedOperator(List<StreamOperator> operators,
List<Map<String,String>> configs) |
| Constructor and Description |
|---|
ChainedOperator(List<StreamOperator> operators,
List<Map<String,String>> configs) |
| Modifier and Type | Class and Description |
|---|---|
class |
FilterOperator<T> |
class |
FlatMapOperator<T,R> |
class |
JoinOperator<L,R,K,O>
Join operator
|
class |
KeyByOperator<T,K> |
class |
MapOperator<T,R> |
class |
ReduceOperator<K,T> |
class |
SinkOperator<T> |
class |
SourceOperatorImpl<T> |
class |
UnionOperator<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
PythonOperator
Represents a
StreamOperator that wraps python PythonFunction. |
static class |
PythonOperator.ChainedPythonOperator |
Copyright © 2021. All rights reserved.