| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ServicesConfig | 
ClientDynamicClusterConfig.getServicesConfig()  | 
| Modifier and Type | Method and Description | 
|---|---|
Config | 
ClientDynamicClusterConfig.setServicesConfig(ServicesConfig servicesConfig)  | 
| Modifier and Type | Method and Description | 
|---|---|
ServicesConfig | 
ServicesConfig.addServiceConfig(ServiceConfig service)  | 
ServicesConfig | 
ServicesConfig.clear()  | 
ServicesConfig | 
Config.getServicesConfig()
Returns the configuration for the user services managed by this
 hazelcast instance. 
 | 
ServicesConfig | 
ServicesConfig.setEnableDefaults(boolean enableDefaults)  | 
ServicesConfig | 
ServicesConfig.setServiceConfigs(Collection<ServiceConfig> services)  | 
| Modifier and Type | Method and Description | 
|---|---|
Config | 
Config.setServicesConfig(ServicesConfig servicesConfig)
Sets the configuration for the user services managed by this hazelcast
 instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ServicesConfig | 
DynamicConfigurationAwareConfig.getServicesConfig()  | 
| Modifier and Type | Method and Description | 
|---|---|
Config | 
DynamicConfigurationAwareConfig.setServicesConfig(ServicesConfig servicesConfig)  | 
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.