| Package | Description | 
|---|---|
| com.hazelcast.client.config | Contains classes related to config for com.hazelcast.client | 
| com.hazelcast.config | Provides classes for configuring HazelcastInstance. | 
| com.hazelcast.logging | This package contains logging functionality for Hazelcast. Since Hazelcast has a zero dependency policy, Hazelcast provides a logging abstraction like commons logging, so that different logging frameworks like log4j, can be hooked in. | 
| Constructor and Description | 
|---|
| XmlClientConfigBuilder(com.hazelcast.client.config.impl.XmlClientConfigLocator locator)Constructs a  XmlClientConfigBuilderthat loads the configuration
 with the providedXmlClientConfigLocator. | 
| XmlClientFailoverConfigBuilder(com.hazelcast.client.config.impl.XmlClientFailoverConfigLocator locator)Constructs a  XmlClientFailoverConfigBuilderthat loads the configuration
 with the providedXmlClientFailoverConfigLocator. | 
| YamlClientConfigBuilder(com.hazelcast.client.config.impl.YamlClientConfigLocator locator)Constructs a  YamlClientConfigBuilderthat loads the configuration
 with the providedYamlClientConfigLocator. | 
| YamlClientFailoverConfigBuilder(com.hazelcast.client.config.impl.YamlClientFailoverConfigLocator locator)Constructs a  YamlClientFailoverConfigBuilderthat loads the configuration
 with the providedYamlClientFailoverConfigLocator. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CacheConfigAccessorAccessor for CacheConfig fields | 
| class  | ConfigAccessorPrivate API for accessing configuration at runtime | 
| class  | NearCacheConfigAccessorAccessor for the  EvictionConfigof aNearCacheConfigto initialize the old default max size,
 if no size was configured by the user. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | AbstractXmlConfigHelper. getReleaseVersion() | 
| protected com.hazelcast.internal.config.ServicesConfig | Config. getServicesConfig()Returns the configuration for the user services managed by this
 hazelcast instance. | 
| ServerSocketEndpointConfig | ServerSocketEndpointConfig. setProtocolType(com.hazelcast.instance.ProtocolType protocolType) | 
| EndpointConfig | EndpointConfig. setProtocolType(com.hazelcast.instance.ProtocolType protocolType) | 
| Constructor and Description | 
|---|
| XmlConfigBuilder(com.hazelcast.internal.config.XmlConfigLocator locator)Constructs a  XmlConfigBuilderthat loads the configuration
 with the providedXmlConfigLocator. | 
| YamlConfigBuilder(com.hazelcast.internal.config.YamlConfigLocator locator)Constructs a  YamlConfigBuilderthat loads the configuration
 with the providedYamlConfigLocator. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Log4j2Factory.Log4j2Logger | 
Copyright © 2020 Hazelcast, Inc.. All rights reserved.