| Package | Description | 
|---|---|
| com.hazelcast.client.impl.clientside | Contains most of the client side HazelcastInstance implementation functionality. | 
| com.hazelcast.config | Provides classes for configuring HazelcastInstance. | 
| com.hazelcast.internal.dynamicconfig | Classes related to Dynamic Configuration. | 
| com.hazelcast.internal.usercodedeployment.impl.filter | 
| Modifier and Type | Method and Description | 
|---|---|
| UserCodeDeploymentConfig | ClientDynamicClusterConfig. getUserCodeDeploymentConfig() | 
| Modifier and Type | Method and Description | 
|---|---|
| Config | ClientDynamicClusterConfig. setUserCodeDeploymentConfig(UserCodeDeploymentConfig userCodeDeploymentConfig) | 
| Modifier and Type | Method and Description | 
|---|---|
| UserCodeDeploymentConfig | Config. getUserCodeDeploymentConfig()Get current configuration of User Code Deployment. | 
| UserCodeDeploymentConfig | UserCodeDeploymentConfig. setBlacklistedPrefixes(String blacklistedPrefixes)Comma separated list of prefixes of classes which will never be loaded remotely. | 
| UserCodeDeploymentConfig | UserCodeDeploymentConfig. setClassCacheMode(UserCodeDeploymentConfig.ClassCacheMode classCacheMode)Configure caching of classes loaded from remote members. | 
| UserCodeDeploymentConfig | UserCodeDeploymentConfig. setEnabled(boolean enabled)Enable or disable User Code Deployment. | 
| UserCodeDeploymentConfig | UserCodeDeploymentConfig. setProviderFilter(String providerFilter)Filter to constraint members to be used for classloading request when a user class
 is not available locally. | 
| UserCodeDeploymentConfig | UserCodeDeploymentConfig. setProviderMode(UserCodeDeploymentConfig.ProviderMode providerMode)Configure behaviour when providing classes to remote members. | 
| UserCodeDeploymentConfig | UserCodeDeploymentConfig. setWhitelistedPrefixes(String whitelistedPrefixes)Comma separated list of prefixes of classes which will be loaded remotely. | 
| Modifier and Type | Method and Description | 
|---|---|
| Config | Config. setUserCodeDeploymentConfig(UserCodeDeploymentConfig userCodeDeploymentConfig)Set User Code Deployment configuration | 
| Modifier and Type | Method and Description | 
|---|---|
| UserCodeDeploymentConfig | DynamicConfigurationAwareConfig. getUserCodeDeploymentConfig() | 
| Modifier and Type | Method and Description | 
|---|---|
| Config | DynamicConfigurationAwareConfig. setUserCodeDeploymentConfig(UserCodeDeploymentConfig userCodeDeploymentConfig) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Filter<String> | ClassNameFilterParser. parseClassNameFilters(UserCodeDeploymentConfig config) | 
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.