Package com.hazelcast.client.config
package com.hazelcast.client.config
Contains classes related to config for com.hazelcast.client
-
ClassDescriptionA
ClientConfig
which is initialized by loading an XML configuration file from the classpath.AClientConfig
which is initialized by loading an YAML configuration file from the classpath.hazelcast.cloud configuration to let the client connect the cluster via hazelcast.cloudMain configuration to setup a Hazelcast ClientConfigRecognizer
implementation that recognizes Hazelcast client declarative configurations based on an extensible set of built-inConfigRecognizer
implementations.The ClientConfigXmlGenerator is responsible for transforming aClientConfig
to a Hazelcast Client XML string.Client connection strategy configuration is used for setting custom strategies and configuring strategy parameters.Reconnect options.AClientFailoverConfig
which is initialized by loading an XML configuration file from the classpath.AClientFailoverConfig
which is initialized by loading a YAML configuration file from the classpath.Config class to configure multiple client configs to be used by single client instance.ConfigRecognizer
implementation that recognizes Hazelcast client failover declarative configurations based on an extensible set of built-inConfigRecognizer
implementations.TheClientFlakeIdGeneratorConfig
contains the configuration for the client regardingFlake ID Generator
.Configuration for icmp ping failure detector of clients.Client-side metrics collection configuration.Contains configuration parameters for client network related behaviourContains the ReliableTopic configuration for a client.Contains the security configuration for the client.Contains the SQL configuration for the client.The configuration when to retry query that fails with reasons:SqlErrorCode.CONNECTION_PROBLEM
SqlErrorCode.PARTITION_DISTRIBUTION
SqlErrorCode.TOPOLOGY_CHANGE
SqlErrorCode.RESTARTABLE_ERROR
Contains client configurations for TPC.Deprecated, for removal: This API element is subject to removal in a future version.since 5.4, "User Code Deployment" is replaced by the "User Code Namespaces" featureConnection Retry Config is controls the period among the retries and when should a client gave up retrying.This class is related to SPI.TCP Socket optionsLoads theClientConfig
using XML.Loads theClientFailoverConfig
using XML.Loads theClientConfig
using YAML.Loads theClientFailoverConfig
using YAML.