Uses of Package
com.hazelcast.jet.python
Packages that use com.hazelcast.jet.python
Package
Description
Contributes a
PythonTransforms.mapUsingPython(com.hazelcast.jet.python.PythonServiceConfig)
transform that allows you to transform Jet pipeline data using a Python
function.-
Classes in com.hazelcast.jet.python used by com.hazelcast.jet.pythonClassDescriptionExtension which allows the user to call Python user-defined functions from inside a Jet pipeline.Pipeline stage with ability to call Python user-defined functions.Configuration object for the Python service factory, used in a
mapUsingPythonstage andpythonextension.