Uses of Class
com.hazelcast.usercode.UserCodeConfig

Packages that use UserCodeConfig
  • Uses of UserCodeConfig in com.hazelcast.usercode

    Methods in com.hazelcast.usercode that return UserCodeConfig
    Modifier and Type
    Method
    Description
    UserCodeConfig.clone()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    UserCodeConfig.setImageName(String imageName)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Sets name of the image that contains the user code.
    UserCodeConfig.setModuleName(String moduleName)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Sets module name of the transformation function in the provided user code resource or container image.
    UserCodeConfig.setName(String name)
    Deprecated, for removal: This API element is subject to removal in a future version.
    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 UserCodeConfig
    Modifier and Type
    Method
    Description
    static <T, R> com.hazelcast.function.FunctionEx<com.hazelcast.jet.pipeline.StreamStage<? extends T>,com.hazelcast.jet.pipeline.StreamStage<R>>
    UserCodeTransforms.mapUsingUserCode(UserCodeConfig config)
    Deprecated, for removal: This API element is subject to removal in a future version.
    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)
    Deprecated, for removal: This API element is subject to removal in a future version.
    A stage transforming method that allows the user-defined function to add to the pipeline stage.