Package com.hazelcast.usercode
Class UserCodeConfig
java.lang.Object
com.hazelcast.usercode.UserCodeConfig
- All Implemented Interfaces:
Serializable
Represents configuration for
UserCodeTransforms.mapUsingUserCode(UserCodeConfig)
}- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Gets name of the image that contains the user code.Gets module name of the transformation function in the provided user code resource or container image.getName()
Gets pipeline stage name of the user code mapping.setImageName
(String imageName) Sets name of the image that contains the user code.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.toString()
-
Constructor Details
-
UserCodeConfig
public UserCodeConfig() -
UserCodeConfig
-
-
Method Details
-
getModuleName
Gets module name of the transformation function in the provided user code resource or container image.- Returns:
- module name
-
setModuleName
Sets module name of the transformation function in the provided user code resource or container image. The module name is used to invoke user code transformation.- Parameters:
moduleName
- name of the transformation function.- Returns:
- The instance of the config.
-
getImageName
Gets name of the image that contains the user code.- Since:
- 5.4
-
setImageName
Sets name of the image that contains the user code.- Parameters:
imageName
- Name of the container image.- Returns:
- The instance of the config.
-
getName
Gets pipeline stage name of the user code mapping.- Since:
- 5.4
-
setName
Sets pipeline stage name of the user code mapping. It can be useful on debugging or diagnosing purposes.- Returns:
- The instance of the config.
- Since:
- 5.4
-
toString
-
clone
-