HazelcastClient ClassHazelcast .Net Client Class Library
Hazelcast Client enables you to do all Hazelcast operations without being a member of the cluster.
Inheritance Hierarchy

SystemObject
  Hazelcast.ClientHazelcastClient

Namespace: Hazelcast.Client
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.4.0
Syntax

public sealed class HazelcastClient : IHazelcastInstance

The HazelcastClient type exposes the following members.

Methods

  NameDescription
Public methodAddDistributedObjectListener
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberGetAllHazelcastClients
Gets all Hazelcast clients.
Public methodGetAtomicLong
Public methodGetClientService
Public methodGetCluster
Public methodGetCountDownLatch
Public methodGetDistributedObjectT
Public methodGetDistributedObjects
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetIdGenerator
Public methodGetLifecycleService
Public methodGetListT
Public methodGetLoadBalancer
Public methodGetLocalEndpoint
Public methodGetLock
Public methodGetMapTKey, TValue
Public methodGetMultiMapTKey, TValue
Public methodGetName
Public methodGetPartitionService
Public methodGetQueueT
Public methodGetRingbufferT
Public methodGetSemaphore
Public methodGetSetT
Public methodGetTopicT
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUserContext
Public methodStatic memberCode exampleNewHazelcastClient
Creates a new hazelcast client using default configuration.
Public methodStatic memberCode exampleNewHazelcastClient(String)
Creates a new hazelcast client using the given configuration xml file
Public methodStatic memberNewHazelcastClient(ClientConfig)
Creates a new hazelcast client using the given configuration object created programmaticly.
Public methodNewTransactionContext
Public methodNewTransactionContext(TransactionOptions)
Public methodRemoveDistributedObjectListener
Public methodShutdown
Public methodStatic memberShutdownAll
Shutdowns all Hazelcast Clients .
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberPropPartitioningStrategyClass
Top
Remarks

Hazelcast Client enables you to do all Hazelcast operations without being a member of the cluster. It connects to one of the cluster members and delegates all cluster wide operations to it. When the connected cluster member dies, client will automatically switch to another live member.
See Also

Reference