| Modifier and Type | Method and Description |
|---|---|
void |
PythonFunctionRunner.open(PythonConfig config)
Prepares the Python function runner, such as preparing the Python execution environment, etc.
|
| Modifier and Type | Method and Description |
|---|---|
static PythonDependencyInfo |
PythonDependencyInfo.create(PythonConfig pythonConfig,
org.apache.flink.api.common.cache.DistributedCache distributedCache)
Creates PythonDependencyInfo from GlobalJobParameters and DistributedCache.
|
| Modifier and Type | Method and Description |
|---|---|
PythonConfig |
AbstractPythonFunctionOperator.getConfig()
Returns the
PythonConfig. |
PythonConfig |
AbstractPythonFunctionOperator.getPythonConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPythonFunctionOperator.setPythonConfig(PythonConfig pythonConfig)
Reset the
PythonConfig if needed. |
| Modifier and Type | Method and Description |
|---|---|
void |
BeamPythonFunctionRunner.open(PythonConfig config) |
| Modifier and Type | Method and Description |
|---|---|
protected PythonConfig |
AbstractPythonStatelessFunctionFlatMap.getPythonConfig() |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.