Uses of Class
com.hazelcast.usercode.UserCodeConfig
Package
Description
Usercode feature configuration.
Jet support for Usercode feature.
-
Uses of UserCodeConfig in com.hazelcast.usercode
Modifier and TypeMethodDescriptionUserCodeConfig.clone()
UserCodeConfig.setImageName
(String imageName) Sets name of the image that contains the user code.UserCodeConfig.setModuleName
(String moduleName) Sets module name of the transformation function in the provided user code resource or container image.Sets pipeline stage name of the user code mapping. -
Uses of UserCodeConfig in com.hazelcast.usercode.jet
Modifier and TypeMethodDescriptionstatic <T,
R> com.hazelcast.function.FunctionEx<com.hazelcast.jet.pipeline.StreamStage<? extends T>, com.hazelcast.jet.pipeline.StreamStage<R>> UserCodeTransforms.mapUsingUserCode
(UserCodeConfig config) A stage transforming method that allows the user-defined function to add to the pipeline stage.static <T,
R> com.hazelcast.function.FunctionEx<com.hazelcast.jet.pipeline.StreamStage<? extends T>, com.hazelcast.jet.pipeline.StreamStage<R>> UserCodeTransforms.mapUsingUserCode
(UserCodeConfig config, boolean preserveOrder, int maxConcurrentOps) A stage transforming method that allows the user-defined function to add to the pipeline stage.