Uses of Class
com.hazelcast.config.UserCodeDeploymentConfig
Packages that use UserCodeDeploymentConfig
-
Uses of UserCodeDeploymentConfig in com.hazelcast.config
Methods in com.hazelcast.config that return UserCodeDeploymentConfigModifier and TypeMethodDescriptionConfig.getUserCodeDeploymentConfig()
Get current configuration of User Code Deployment.UserCodeDeploymentConfig.setBlacklistedPrefixes
(String blacklistedPrefixes) Deprecated, for removal: This API element is subject to removal in a future version.Comma-separated list of class prefixes which will never be loaded remotely.UserCodeDeploymentConfig.setClassCacheMode
(UserCodeDeploymentConfig.ClassCacheMode classCacheMode) Deprecated, for removal: This API element is subject to removal in a future version.Configure caching of classes loaded from remote members.UserCodeDeploymentConfig.setEnabled
(boolean enabled) Deprecated, for removal: This API element is subject to removal in a future version.Enable or disable User Code Deployment.UserCodeDeploymentConfig.setProviderFilter
(String providerFilter) Deprecated, for removal: This API element is subject to removal in a future version.Filter to limit members that can be used for classloading request when a user class is not available locally.UserCodeDeploymentConfig.setProviderMode
(UserCodeDeploymentConfig.ProviderMode providerMode) Deprecated, for removal: This API element is subject to removal in a future version.Configure behaviour when providing classes to remote members.UserCodeDeploymentConfig.setWhitelistedPrefixes
(String whitelistedPrefixes) Deprecated, for removal: This API element is subject to removal in a future version.Comma-separated list of class prefixes which will be loaded remotely.Methods in com.hazelcast.config with parameters of type UserCodeDeploymentConfigModifier and TypeMethodDescriptionConfig.setUserCodeDeploymentConfig
(UserCodeDeploymentConfig userCodeDeploymentConfig) Set User Code Deployment configuration