Uses of Class
com.hazelcast.usercode.UserCodeConfig
Packages that use UserCodeConfig
Package
Description
Usercode feature configuration.
Jet support for Usercode feature.
-
Uses of UserCodeConfig in com.hazelcast.usercode
Methods in com.hazelcast.usercode that return UserCodeConfigModifier 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
Methods in com.hazelcast.usercode.jet with parameters of type UserCodeConfigModifier 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.