See: Description
| Class | Description | 
|---|---|
| ClientClasspathXmlConfig | A  ClientConfigwhich is initialized by loading an XML configuration file from the classpath. | 
| ClientClasspathYamlConfig | A  ClientConfigwhich is initialized by loading an YAML configuration file from the classpath. | 
| ClientCloudConfig | hazelcast.cloud configuration to let the client connect the cluster via hazelcast.cloud | 
| ClientConfig | Main configuration to setup a Hazelcast Client | 
| ClientConfigRecognizer | ConfigRecognizerimplementation that recognizes Hazelcast
 client declarative configurations based on an extensible set of
 built-inConfigRecognizerimplementations. | 
| ClientConfigXmlGenerator | The ClientConfigXmlGenerator is responsible for transforming a
  ClientConfigto a Hazelcast Client XML string. | 
| ClientConnectionStrategyConfig | Client connection strategy configuration is used for setting custom strategies and configuring strategy parameters. | 
| ClientFailoverClasspathXmlConfig | A  ClientFailoverConfigwhich is initialized by loading an XML
 configuration file from the classpath. | 
| ClientFailoverClasspathYamlConfig | A  ClientFailoverConfigwhich is initialized by loading a YAML
 configuration file from the classpath. | 
| ClientFailoverConfig | Config class to configure multiple client configs to be used by single client instance. | 
| ClientFailoverConfigRecognizer | ConfigRecognizerimplementation that recognizes Hazelcast
 client failover declarative configurations based on an extensible set
 of built-inConfigRecognizerimplementations. | 
| ClientFlakeIdGeneratorConfig | The  ClientFlakeIdGeneratorConfigcontains the configuration for the client
 regardingFlake ID Generator. | 
| ClientIcmpPingConfig | Configuration for icmp ping failure detector of clients. | 
| ClientMetricsConfig | Client-side metrics collection configuration. | 
| ClientNetworkConfig | Contains configuration parameters for client network related behaviour | 
| ClientReliableTopicConfig | Contains the ReliableTopic configuration for a client. | 
| ClientSecurityConfig | Contains the security configuration for the client. | 
| ClientSqlConfig | Contains the SQL configuration for the client. | 
| ClientUserCodeDeploymentConfig | Configuration of User Code Deployment. | 
| ConnectionRetryConfig | Connection Retry Config is controls the period among the retries and when should a client gave up
 retrying. | 
| ProxyFactoryConfig | This class is related to SPI. | 
| SocketOptions | TCP Socket options | 
| XmlClientConfigBuilder | Loads the  ClientConfigusing XML. | 
| XmlClientFailoverConfigBuilder | Loads the  ClientFailoverConfigusing XML. | 
| YamlClientConfigBuilder | Loads the  ClientConfigusing YAML. | 
| YamlClientFailoverConfigBuilder | Loads the  ClientFailoverConfigusing YAML. | 
| Enum | Description | 
|---|---|
| ClientConnectionStrategyConfig.ReconnectMode | Reconnect options. | 
| ClientSqlResubmissionMode | The configuration when to retry query that fails with reasons:
 
      SqlErrorCode.CONNECTION_PROBLEMSqlErrorCode.PARTITION_DISTRIBUTIONSqlErrorCode.TOPOLOGY_CHANGESqlErrorCode.RESTARTABLE_ERROR | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.