| Package | Description |
|---|---|
| io.ray.streaming.operator | |
| io.ray.streaming.operator.chain | |
| io.ray.streaming.operator.impl | |
| io.ray.streaming.python |
| Modifier and Type | Method and Description |
|---|---|
default OperatorType |
SourceOperator.getOpType() |
default OperatorType |
TwoInputOperator.getOpType() |
OperatorType |
Operator.getOpType() |
default OperatorType |
OneInputOperator.getOpType() |
static OperatorType |
OperatorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatorType[] |
OperatorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OperatorType |
ChainedOperator.getOpType() |
| Modifier and Type | Method and Description |
|---|---|
OperatorType |
SourceOperatorImpl.getOpType() |
OperatorType |
JoinOperator.getOpType() |
| Modifier and Type | Method and Description |
|---|---|
OperatorType |
PythonOperator.getOpType() |
OperatorType |
PythonOperator.ChainedPythonOperator.getOpType() |
Copyright © 2021. All rights reserved.