Click or drag to resize

ClientConfig Class

Main configuration to setup a Hazelcast Client.
Inheritance Hierarchy
SystemObject
  Hazelcast.ConfigClientConfig

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax
public class ClientConfig

The ClientConfig type exposes the following members.

Constructors
  NameDescription
Public methodClientConfig
Initializes a new instance of the ClientConfig class
Top
Methods
  NameDescription
Public methodAddListenerConfig
Helper method to add a new ListenerConfig.
Public methodAddNearCacheConfig(NearCacheConfig)
Helper method to add a new NearCacheConfig.
Public methodAddNearCacheConfig(String, NearCacheConfig)
Helper method to add a new NearCacheConfig.
Public methodAddProxyFactoryConfig
Helper method to add a new ProxyFactoryConfig.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetCredentials
Gets ICredentials.
Public methodGetExecutorPoolSize
Gets pool-size for internal ExecutorService which handles responses etc.
Public methodGetGroupConfig
Gets GroupConfig.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetListenerConfigs
Gets list of configured ListenerConfig.
Public methodGetManagedContext
Public methodGetNearCacheConfig
Public methodGetNearCacheConfigMap
Gets dictionary of all configured NearCacheConfig's with the name key and configuration as the value.
Public methodGetNetworkConfig
Public methodGetProxyFactoryConfigs
Public methodGetSecurityConfig
Public methodGetSerializationConfig
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetConfigPatternMatcher
Public methodSetCredentials
Sets ICredentials object.
Public methodSetExecutorPoolSize
Sets pool-size for internal ExecutorService which handles responses etc.
Public methodSetGroupConfig
Sets GroupConfig object.
Public methodSetListenerConfigs
Sets ListenerConfig object.
Public methodSetManagedContext
Sets IManagedContext object.
Public methodSetNearCacheConfigMap
Sets all near cache configs.
Public methodSetNetworkConfig
Public methodSetProxyFactoryConfigs
Public methodSetSecurityConfig
Public methodSetSerializationConfig
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also