HazelcastOptions Class
Namespace: Hazelcast
Assembly: Hazelcast.Net.dll
Represents the Hazelcast client options.
public sealed class HazelcastOptions : HazelcastOptionsBase
  Inherited Members
Constructors
| Name | Description | 
|---|---|
| HazelcastOptions() | Initializes a new instance of the HazelcastOptions class.  | 
      
Properties
| Name | Description | 
|---|---|
| Authentication | Gets the AuthenticationOptions.  | 
      
| ClientName | Gets or sets the name of the client.  | 
      
| ClusterName | Gets or sets the name of the cluster.  | 
      
| Events | Gets the EventsOptions.  | 
      
| FlakeIdGenerators | Gets the dictionary which contains the FlakeIdGeneratorOptions for each Flake Id Generator.  | 
      
| Heartbeat | Gets the HeartbeatOptions.  | 
      
| Labels | Gets the set of client labels.  | 
      
| LoadBalancer | Gets the SingletonServiceFactory<TService> for the ILoadBalancer.  | 
      
| LoggerFactory | Gets the SingletonServiceFactory<TService> for ILoggerFactory.  | 
      
| Messaging | Gets the MessagingOptions.  | 
      
| Metrics | |
| NearCache | Gets the CommonNearCacheOptions.  | 
      
| NearCaches | Gets the dictionary which contains the NearCacheOptions for each near cache.  | 
      
| Networking | Gets the NetworkingOptions.  | 
      
| PatternMatcher | Gets or sets the configuration pattern matcher.  | 
      
| ReliableTopics | Gets the dictionary which contains ReliableTopicOptions for each reliable topic.  | 
      
| Serialization | Gets the SerializationOptions.  | 
      
| Sql | |
| Subscribers | Gets the list of subscribers.  | 
      
Methods
| Name | Description | 
|---|---|
| AddSubscriber(IHazelcastClientEventSubscriber) | Adds a subscriber.  | 
      
| AddSubscriber(Action<HazelcastClientEventHandlers>) | Adds a subscriber.  | 
      
| AddSubscriber(string) | Adds a subscriber.  | 
      
| AddSubscriber(Type) | Adds a subscriber.  | 
      
| AddSubscriber<T>() | Adds a subscriber.  | 
      
| GetFlakeIdGeneratorOptions(string) | Gets options for a Flake Id Generator.  | 
      
| GetNearCacheOptions(string) | Gets options for a near cache.  |