| Modifier and Type | Method and Description |
|---|---|
static Language |
Language.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Language[] |
Language.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Language |
DataStream.getLanguage() |
abstract Language |
Stream.getLanguage() |
Language |
DataStreamSink.getLanguage() |
| Modifier and Type | Method and Description |
|---|---|
Language |
JobVertex.getLanguage() |
| Modifier and Type | Method and Description |
|---|---|
Language |
Operator.getLanguage() |
Language |
StreamOperator.getLanguage() |
| Modifier and Type | Method and Description |
|---|---|
Language |
ChainedOperator.getLanguage() |
| Modifier and Type | Method and Description |
|---|---|
Language |
PythonOperator.getLanguage() |
Language |
PythonOperator.ChainedPythonOperator.getLanguage() |
| Modifier and Type | Method and Description |
|---|---|
Language |
PythonDataStream.getLanguage() |
Language |
PythonStreamSink.getLanguage() |
Copyright © 2020. All rights reserved.