Uses of Class
com.hazelcast.client.config.ClientUserCodeDeploymentConfig
Packages that use ClientUserCodeDeploymentConfig
Package
Description
Contains classes related to config for com.hazelcast.client
-
Uses of ClientUserCodeDeploymentConfig in com.hazelcast.client.config
Methods in com.hazelcast.client.config that return ClientUserCodeDeploymentConfigModifier 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.Methods in com.hazelcast.client.config with parameters of type ClientUserCodeDeploymentConfigModifier and TypeMethodDescriptionClientConfig.setUserCodeDeploymentConfig
(ClientUserCodeDeploymentConfig userCodeDeploymentConfig) Set User Code Deployment configurationConstructors in com.hazelcast.client.config with parameters of type ClientUserCodeDeploymentConfigModifierConstructorDescriptionClientUserCodeDeploymentConfig
(ClientUserCodeDeploymentConfig userCodeDeploymentConfig) Deprecated, for removal: This API element is subject to removal in a future version.