Index

C D G M S T U 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

C

clone() - Method in class com.hazelcast.usercode.UserCodeConfig
 
com.hazelcast.usercode - package com.hazelcast.usercode
Usercode feature configuration.
com.hazelcast.usercode.jet - package com.hazelcast.usercode.jet
Jet support for Usercode feature.

D

DEFAULT_RESOURCE_FILE_NAME - Static variable in class com.hazelcast.usercode.jet.UserCodeTransforms
The name of the resource zip file that contains the user code.

G

getImageName() - Method in class com.hazelcast.usercode.UserCodeConfig
Gets name of the image that contains the user code.
getModuleName() - Method in class com.hazelcast.usercode.UserCodeConfig
Gets module name of the transformation function in the provided user code resource or container image.
getName() - Method in class com.hazelcast.usercode.UserCodeConfig
Gets pipeline stage name of the user code mapping.

M

mapUsingUserCode(UserCodeConfig) - Static method in class com.hazelcast.usercode.jet.UserCodeTransforms
A stage transforming method that allows the user-defined function to add to the pipeline stage.
mapUsingUserCode(UserCodeConfig, boolean, int) - Static method in class com.hazelcast.usercode.jet.UserCodeTransforms
A stage transforming method that allows the user-defined function to add to the pipeline stage.

S

setImageName(String) - Method in class com.hazelcast.usercode.UserCodeConfig
Sets name of the image that contains the user code.
setModuleName(String) - Method in class com.hazelcast.usercode.UserCodeConfig
Sets module name of the transformation function in the provided user code resource or container image.
setName(String) - Method in class com.hazelcast.usercode.UserCodeConfig
Sets pipeline stage name of the user code mapping.

T

toString() - Method in class com.hazelcast.usercode.UserCodeConfig
 

U

UserCodeConfig - Class in com.hazelcast.usercode
UserCodeConfig() - Constructor for class com.hazelcast.usercode.UserCodeConfig
 
UserCodeConfig(String, String) - Constructor for class com.hazelcast.usercode.UserCodeConfig
 
UserCodeTransforms - Class in com.hazelcast.usercode.jet
Transforms which allow the user to call the user-defined function in one of the supported runtimes from inside a Jet pipeline.
C D G M S T U 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form