| Package | Description |
|---|---|
| io.ray.streaming.operator | |
| io.ray.streaming.operator.chain | |
| io.ray.streaming.operator.impl | |
| io.ray.streaming.python |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OneInputOperator<T> |
interface |
SourceOperator<T> |
interface |
TwoInputOperator<T,O> |
| Modifier and Type | Class and Description |
|---|---|
class |
StreamOperator<F extends Function> |
| Modifier and Type | Class and Description |
|---|---|
class |
ChainedOperator
Abstract base class for chained operators.
|
| Modifier and Type | Field and Description |
|---|---|
protected Operator |
ChainedOperator.headOperator |
protected Operator |
ChainedOperator.tailOperator |
| Modifier and Type | Method and Description |
|---|---|
Operator |
ChainedOperator.getHeadOperator() |
Operator |
ChainedOperator.getTailOperator() |
| 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 © 2020. All rights reserved.