.NET Client Documentation
5.2.2
Search Results for

    Show / Hide Table of Contents

    HazelcastOptions Class

    Namespace: Hazelcast
    Assembly: Hazelcast.Net.dll

    Represents the Hazelcast client options.

    public sealed class HazelcastOptions : HazelcastOptionsBase
    Inheritance
    object
    HazelcastOptionsBase
    HazelcastOptions
    Inherited Members
    HazelcastOptionsBase.ServiceProvider
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()

    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

    Gets the metrics options.

    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.

    Preview

    (unsupported) Gets the PreviewOptions.

    Serialization

    Gets the SerializationOptions.

    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.

    In This Article
    Back to top Copyright © 2010-2023 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.