Hazelcast .NET
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 : IClusterOptions
    Inheritance
    Object
    HazelcastOptions
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()

    Constructors

    HazelcastOptions()

    Initializes a new instance of the HazelcastOptions class.

    Properties

    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.

    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.

    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.

    Serialization

    Gets the SerializationOptions.

    ServiceProvider

    Gets the IServiceProvider.

    Subscribers

    Gets the list of subscribers.

    Methods

    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.

    Build(String[], IEnumerable<KeyValuePair<String, String>>, String, String, String, Action<IConfiguration, HazelcastOptions>)

    Builds Hazelcast options.

    GetNearCacheOptions(String)

    Gets options for a near cache.

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