ClientConfig Class | 
Namespace: Hazelcast.Config
The ClientConfig type exposes the following members.
| Name | Description | |
|---|---|---|
| ClientConfig | Initializes a new instance of the ClientConfig class  | 
| Name | Description | |
|---|---|---|
| AddListenerConfig | 
            Helper method to add a new ListenerConfig.
              | |
| AddNearCacheConfig(NearCacheConfig) | 
            Helper method to add a new NearCacheConfig.
              | |
| AddNearCacheConfig(String, NearCacheConfig) | 
            Helper method to add a new NearCacheConfig.
              | |
| AddProxyFactoryConfig | 
            Helper method to add a new ProxyFactoryConfig.
              | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| GetCredentials | 
            Gets ICredentials.
              | |
| GetExecutorPoolSize | 
            Gets pool-size for internal ExecutorService which handles responses etc.
              | |
| GetGroupConfig | 
            Gets GroupConfig.
              | |
| GetHashCode | Serves as the default hash function.  (Inherited from Object.) | |
| GetListenerConfigs | 
            Gets list of configured ListenerConfig.
              | |
| GetManagedContext | 
            Gets IManagedContext.
              | |
| GetNearCacheConfig | 
            Gets NearCacheConfig.
              | |
| GetNearCacheConfigMap | 
            Gets dictionary of all configured NearCacheConfig's with the name key and configuration as the value.
              | |
| GetNetworkConfig | 
            Gets ClientNetworkConfig.
              | |
| GetProxyFactoryConfigs | 
            Gets ProxyFactoryConfig.
              | |
| GetSecurityConfig | 
            Gets ClientSecurityConfig.
              | |
| GetSerializationConfig | 
            Gets SerializationConfig.
              | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| SetConfigPatternMatcher | 
            Sets IConfigPatternMatcher.
              | |
| SetCredentials | 
            Sets ICredentials object.
              | |
| SetExecutorPoolSize | 
            Sets pool-size for internal ExecutorService which handles responses etc.
              | |
| SetGroupConfig | 
            Sets GroupConfig object.
              | |
| SetListenerConfigs | 
            Sets ListenerConfig object.
              | |
| SetManagedContext | 
            Sets IManagedContext object.
              | |
| SetNearCacheConfigMap | 
            Sets all near cache configs.
              | |
| SetNetworkConfig | 
            Sets ClientNetworkConfig.
              | |
| SetProxyFactoryConfigs | 
            Sets ProxyFactoryConfig.
              | |
| SetSecurityConfig | 
            Sets ClientSecurityConfig.
              | |
| SetSerializationConfig | 
            Sets SerializationConfig.
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |