Uses of Class
com.hazelcast.client.config.ClientUserCodeDeploymentConfig
Package
Description
Contains classes related to config for com.hazelcast.client
-
Uses of ClientUserCodeDeploymentConfig in com.hazelcast.client.config
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.String jarPath is searched in following order: 1.ClientConfig.getUserCodeDeploymentConfig()
Get current configuration of User Code Deployment.ClientUserCodeDeploymentConfig.setClassNames
(List<String> classNames) Deprecated, for removal: This API element is subject to removal in a future version.ClientUserCodeDeploymentConfig.setEnabled
(boolean enabled) Deprecated, for removal: This API element is subject to removal in a future version.ClientUserCodeDeploymentConfig.setJarPaths
(List<String> jarPaths) Deprecated, for removal: This API element is subject to removal in a future version.String jarPath is searched in following order: 1.Modifier and TypeMethodDescriptionClientConfig.setUserCodeDeploymentConfig
(ClientUserCodeDeploymentConfig userCodeDeploymentConfig) Set User Code Deployment configurationModifierConstructorDescriptionClientUserCodeDeploymentConfig
(ClientUserCodeDeploymentConfig userCodeDeploymentConfig) Deprecated, for removal: This API element is subject to removal in a future version.