| 程序包 | 说明 |
|---|---|
| io.ray.streaming.operator | |
| io.ray.streaming.operator.chain | |
| io.ray.streaming.operator.impl | |
| io.ray.streaming.python |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
OneInputOperator<T> |
interface |
SourceOperator<T> |
interface |
TwoInputOperator<T,O> |
| 限定符和类型 | 类和说明 |
|---|---|
class |
StreamOperator<F extends Function> |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ChainedOperator
Abstract base class for chained operators.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected Operator |
ChainedOperator.headOperator |
protected Operator |
ChainedOperator.tailOperator |
| 限定符和类型 | 方法和说明 |
|---|---|
Operator |
ChainedOperator.getHeadOperator() |
Operator |
ChainedOperator.getTailOperator() |
| 限定符和类型 | 类和说明 |
|---|---|
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> |
| 限定符和类型 | 类和说明 |
|---|---|
class |
PythonOperator
Represents a
StreamOperator that wraps python PythonFunction. |
static class |
PythonOperator.ChainedPythonOperator |
Copyright © 2022. All rights reserved.