Uses of Interface
com.hazelcast.jet.python.PythonExtension.PythonStage
Packages that use PythonExtension.PythonStage
Package
Description
Contributes a
PythonTransforms.mapUsingPython(com.hazelcast.jet.python.PythonServiceConfig)
transform that allows you to transform Jet pipeline data using a Python
function.-
Uses of PythonExtension.PythonStage in com.hazelcast.jet.python
Methods in com.hazelcast.jet.python that return PythonExtension.PythonStageModifier and TypeMethodDescriptionSets the base directory where the Python files reside.PythonExtension.PythonStage.channelFn(BiFunctionEx<String, Integer, ? extends io.grpc.ManagedChannelBuilder<?>> channelFn) Sets the channel function.PythonExtension.PythonStage.handlerFile(String handlerFile) Sets the Python handler file.PythonExtension.PythonStage.handlerFunction(String handlerFunction) Overrides the default name of the Python function that transforms Jet pipeline data.PythonExtension.PythonStage.handlerModule(String handlerModule) Sets the name of the Python module that has the function that transforms Jet pipeline data.PythonExtension.PythonStage.maxBatchSize(int maxBatchSize) Sets the maximum size of a batch for a single request to Python handler.