Package com.hazelcast.jet.python
Interface PythonExtension
- All Superinterfaces:
BatchStage.StageExtension<String,,PythonExtension.PythonStage<BatchStage<String>>> StreamStage.StageExtension<String,PythonExtension.PythonStage<StreamStage<String>>>
public interface PythonExtension
extends StreamStage.StageExtension<String,PythonExtension.PythonStage<StreamStage<String>>>, BatchStage.StageExtension<String,PythonExtension.PythonStage<BatchStage<String>>>
Extension which allows the user to call Python user-defined functions
from inside a Jet pipeline.
- Since:
- 5.7
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacePythonExtension.PythonStage<S extends GeneralStage<String>>Pipeline stage with ability to call Python user-defined functions. -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic PythonExtensionpython()Extends Pipeline stage with ability to call Python user-defined functionsMethods inherited from interface com.hazelcast.jet.pipeline.BatchStage.StageExtension
extendMethods inherited from interface com.hazelcast.jet.pipeline.StreamStage.StageExtension
extend
-
Method Details
-
python
Extends Pipeline stage with ability to call Python user-defined functions- Returns:
- extension implementation
-