Package | Description |
---|---|
com.hazelcast.client.impl |
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() |
ServicesConfig |
ServicesConfig.setEnableDefaults(boolean enableDefaults) |
ServicesConfig |
ServicesConfig.setServiceConfigs(Collection<ServiceConfig> services) |
Modifier and Type | Method and Description |
---|---|
Config |
Config.setServicesConfig(ServicesConfig servicesConfig) |
Modifier and Type | Method and Description |
---|---|
ServicesConfig |
DynamicConfigurationAwareConfig.getServicesConfig() |
Modifier and Type | Method and Description |
---|---|
Config |
DynamicConfigurationAwareConfig.setServicesConfig(ServicesConfig servicesConfig) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.