Optional backupEnables the client to get backup acknowledgements directly from the member that backups are applied, which reduces number of hops and increases performance for smart clients.
Enabled by default for smart clients. This option has no effect for unisocket clients.
Optional clientLabels for the client to be sent to the cluster.
Optional clusterName of the cluster to connect to. By default, set to dev.
Optional connectionConnection strategy config of the client.
Optional customCustom credentials to be used as a part of authentication on the cluster.
Since version 5.1. Use security element instead.
Optional customCustom logger implementation for the client.
Optional flakeConfigs for Flake ID Generators.
Hazelcast client supports wildcard configuration for Flake
ID Generators. Using an asterisk (*) character in the name,
different instances of generators can be configured by a single
configuration.
When you use default as the config key, it has a special
meaning. Hazelcast client will use that configuration as the
default one for all Flake ID Generators, unless there is
a specific configuration for the generator.
Optional instanceName of the client instance. By default, set to hz.client_${CLIENT_ID},
where CLIENT_ID starts from 0, and it is incremented by 1
for each new client.
Optional lifecycleLifecycle listeners to be attached to the client.
Optional loadLoad balancer config for the client.
Optional membershipMembership listeners to be attached to the client.
Optional metricsMetrics config. Using this config, you can enable client metrics collection and change the frequency of sending client metrics to the cluster. You can monitor clients using Hazelcast Management Center once the metrics collection is enabled.
Optional nearNear Cache config for the client.
Hazelcast client supports wildcard configuration for Near
Caches. Using an asterisk (*) character in the name,
different instances of Maps can be configured by a single
configuration.
When you use default as the config key, it has a special
meaning. Hazelcast client will use that configuration as the
default one for all Maps, unless there is a specific
configuration for the Map.
Optional networkNetwork config of the client.
Optional propertiesUser-defined properties.
Optional reliableConfigs for Reliable Topics.
Hazelcast client supports wildcard configuration for Reliable
Topics. Using an asterisk (*) character in the name,
different instances of topics can be configured by a single
configuration.
When you use default as the config key, it has a special
meaning. Hazelcast client will use that configuration as the
default one for all Reliable Topics, unless there is
a specific configuration for the topic.
Optional securityContains configuration for the client to use different kinds of credential types during authentication, such as username/password, token, or custom credentials.
Optional serializationUser-defined serialization config for the client.
Generated using TypeDoc
Top level configuration object of Hazelcast client. Other configurations items are properties of this object.