Inheritance Hierarchy
Hazelcast.ConfigClientConfig
Namespace: Hazelcast.Config
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.1
Syntax
The ClientConfig type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ClientConfig | Initializes a new instance of the ClientConfig class |
Methods
Name | Description | |
---|---|---|
AddListenerConfig | ||
AddNearCacheConfig(NearCacheConfig) | ||
AddNearCacheConfig(String, NearCacheConfig) | ||
AddProxyFactoryConfig | ||
Equals | (Inherited from Object.) | |
GetCredentials | ||
GetExecutorPoolSize | ||
GetGroupConfig | ||
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetListenerConfigs | ||
GetManagedContext | ||
GetNearCacheConfig | ||
GetNearCacheConfigMap | ||
GetNetworkConfig | ||
GetProxyFactoryConfigs | ||
GetSerializationConfig | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
SetConfigPatternMatcher | ||
SetCredentials | ||
SetExecutorPoolSize | ||
SetGroupConfig | ||
SetListenerConfigs | ||
SetManagedContext | ||
SetNearCacheConfigMap | ||
SetNetworkConfig | ||
SetProxyFactoryConfigs | ||
SetSerializationConfig | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also