| Package | Description | 
|---|---|
| com.hazelcast.client.config | 
 Contains classes related to config for com.hazelcast.client 
 | 
| com.hazelcast.cluster | 
 This package contains the cluster functionality. 
 | 
| 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.  | 
| com.hazelcast.nio.serialization | 
 Contains interfaces/classes related to serialization,
 such as serializer interfaces, input/output streams. 
 | 
| com.hazelcast.sql | 
 This package contains the SQL API. 
 | 
| Constructor and Description | 
|---|
XmlClientConfigBuilder(com.hazelcast.client.config.impl.XmlClientConfigLocator locator)
Constructs a  
XmlClientConfigBuilder that loads the configuration
 with the provided XmlClientConfigLocator. | 
XmlClientFailoverConfigBuilder(com.hazelcast.client.config.impl.XmlClientFailoverConfigLocator locator)
Constructs a  
XmlClientFailoverConfigBuilder that loads the configuration
 with the provided XmlClientFailoverConfigLocator. | 
YamlClientConfigBuilder(com.hazelcast.client.config.impl.YamlClientConfigLocator locator)
Constructs a  
YamlClientConfigBuilder that loads the configuration
 with the provided YamlClientConfigLocator. | 
YamlClientFailoverConfigBuilder(com.hazelcast.client.config.impl.YamlClientFailoverConfigLocator locator)
Constructs a  
YamlClientFailoverConfigBuilder that loads the configuration
 with the provided YamlClientFailoverConfigLocator. | 
| Modifier and Type | Method and Description | 
|---|---|
static Address | 
Address.createUnresolvedAddress(String host,
                       int port)
Creates an unresolved address. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CacheConfigAccessor
Accessor for CacheConfig fields 
 | 
class  | 
ConfigAccessor
Private API for accessing configuration at runtime 
 | 
class  | 
NearCacheConfigAccessor
Accessor for the  
EvictionConfig of a NearCacheConfig to 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  
XmlConfigBuilder that loads the configuration
 with the provided XmlConfigLocator. | 
YamlConfigBuilder(com.hazelcast.internal.config.YamlConfigLocator locator)
Constructs a  
YamlConfigBuilder that loads the configuration
 with the provided YamlConfigLocator. | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Log4j2Factory.Log4j2Logger  | 
| Modifier and Type | Method and Description | 
|---|---|
ClassDefinitionBuilder | 
ClassDefinitionBuilder.addField(com.hazelcast.internal.serialization.impl.portable.FieldDefinitionImpl fieldDefinition)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
HazelcastSqlException.getCode()
Gets the internal error code associated with the exception. 
 | 
| Constructor and Description | 
|---|
HazelcastSqlException(UUID originatingMemberId,
                     int code,
                     String message,
                     Throwable cause)  | 
SqlColumnMetadata(String name,
                 SqlColumnType type)  | 
SqlRowMetadata(List<SqlColumnMetadata> columns)  | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.