public static class PythonOperator.ChainedPythonOperator extends PythonOperator
PythonOperator.ChainedPythonOperatorcollectorList, function, name, richFunction, runtimeContext| Constructor and Description |
|---|
ChainedPythonOperator(List<PythonOperator> operators,
List<Map<String,String>> configs) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
List<Map<String,String>> |
getConfigs() |
Function |
getFunction() |
PythonOperator |
getHeadOperator() |
Language |
getLanguage() |
String |
getModuleName() |
String |
getName() |
List<PythonOperator> |
getOperators() |
OperatorType |
getOpType() |
PythonOperator |
getTailOperator() |
close, finish, open, toStringcollect, collect, getChainStrategy, loadCheckpoint, saveCheckpoint, setChainStrategy, setFunctionpublic OperatorType getOpType()
getOpType in interface OperatorgetOpType in class PythonOperatorpublic Language getLanguage()
getLanguage in interface OperatorgetLanguage in class PythonOperatorpublic String getName()
getName in interface OperatorgetName in class PythonOperatorpublic String getModuleName()
getModuleName in class PythonOperatorpublic String getClassName()
getClassName in class PythonOperatorpublic Function getFunction()
getFunction in interface OperatorgetFunction in class StreamOperatorpublic List<PythonOperator> getOperators()
public PythonOperator getHeadOperator()
public PythonOperator getTailOperator()
Copyright © 2020. All rights reserved.