| 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.jet | 
 Hazelcast Jet is a distributed computation engine running on top of
 Hazelcast IMDG technology. 
 | 
| com.hazelcast.jet.config | 
 Jet's configuration data objects. 
 | 
| com.hazelcast.jet.core | 
 Jet's Core API. 
 | 
| com.hazelcast.jet.core.metrics | 
 Jet's Job Metric API. 
 | 
| 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 package-private methods of  
CacheConfig. | 
class  | 
CompactSerializationConfigAccessor
An accessor for the package-private fields of the  
CompactSerializationConfig. | 
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. 
 | 
boolean | 
MerkleTreeConfig.isEnabledSet()
Method introduced for client protocol compatibility. 
 | 
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. | 
| Constructor and Description | 
|---|
JobStateSnapshot(HazelcastInstance instance,
                String name,
                com.hazelcast.jet.impl.SnapshotValidationRecord record)
This constructor is a private API, use  
JetService.getJobStateSnapshot(String) instead. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JetConfigDataSerializerHook
Hazelcast serializer hooks for the classes in the  
com.hazelcast.jet.config package. | 
class  | 
ResourceConfig
Describes a single resource to deploy to the Jet cluster. 
 | 
class  | 
ResourceType
Represents the type of the resource to be uploaded. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,ResourceConfig> | 
JobConfig.getResourceConfigs()
Returns all the registered resource configurations. 
 | 
Map<String,String> | 
JobConfig.getSerializerConfigs()
Returns all the registered serializer configurations. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JetDataSerializerHook
A Java Service Provider hook for Hazelcast's Identified Data Serializable
 mechanism. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MetricsDataSerializerHook
A Java Service Provider hook for Hazelcast's Identified Data Serializable
 mechanism. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static JobMetrics | 
JobMetrics.empty()
Returns an empty  
JobMetrics object. | 
static JobMetrics | 
JobMetrics.of(Map<String,List<Measurement>> metrics)
Builds a  
JobMetrics object based on a map of
 Measurements. | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Log4j2Factory.Log4j2Logger  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
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. 
 | 
String | 
HazelcastSqlException.getSuggestion()
Gets the suggested SQL statement to remediate experienced error 
 | 
| Constructor and Description | 
|---|
HazelcastSqlException(UUID originatingMemberId,
                     int code,
                     String message,
                     Throwable cause,
                     String suggestion)  | 
SqlColumnMetadata(String name,
                 SqlColumnType type,
                 boolean nullable)  | 
SqlRowMetadata(List<SqlColumnMetadata> columns)  | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.