Hazelcast C++ Client
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
 Nhazelcast
 Nclient
 Nadaptor
 Naws
 Nconfig
 Nexception
 Ninternal
 Nmixedtype
 Nmonitor
 Nquery
 Nserialization
 CAddressIP Address
 CaddressComparatorAddress comparator functor
 CClientConfigHazelcastClient configuration class
 CClientPropertiesClient Properties is an internal class
 CClientPropertyA client property is a configuration for hazelcast client
 CClusterHazelcast cluster interface
 CCredentialsCredentials is a container object for endpoint (Members and Clients) security attributes
 CDataArray
 CDistributedObjectBase class for all distributed objects
 CEntryAdapterAdapter for EntryListener
 CEntryArray
 CEntryEventMap Entry event
 CEntryEventTypeType of entry event
 CEntryListenerMap Entry listener to get notified when a map entry is added, removed, updated or evicted
 CEntryViewEntryView represents a readonly view of a map entry
 CFutureThis is a unique Future
 CFuture< TypedData >This specialization overwrites the get method to return TypedData
 Cfuture_status
 CGroupConfigContains the configuration for Hazelcast groups
 CHazelcastClientHazelcast Client enables you to do all Hazelcast operations without being a member of the cluster
 CIAtomicLongIAtomicLong is a distributed atomic long implementation
 CICountDownLatchICountDownLatch is a backed-up distributed alternative to the java.util.concurrent.CountDownLatch java.util.concurrent.CountDownLatch
 CIdGeneratorCluster-wide unique id generator
 CIDistributedObject
 CIListConcurrent, distributed , client implementation of std::list
 CILockRe-entrant Lock, Distributed client implementation of Lock
 CIMapConcurrent, distributed, observable and queryable map client
 CInitialMembershipEventA event that is send when a InitialMembershipListener} registers itself on a Cluster
 CInitialMembershipListenerThe InitializingMembershipListener is a MembershipListener that will first receives a InitialMembershipEvent when it is registered so it immediately knows which members are available
 CIQueueConcurrent, blocking, distributed, observable, client queue
 CISemaphoreISemaphore is a backed-up distributed alternative to the java.util.concurrent.Semaphore
 CISetConcurrent, distributed client implementation of std::unordered_set
 CItemEvent
 CItemEventBase
 CItemEventTypeType of item event
 CItemListenerItem listener for IQueue, ISet and IList
 CITopicHazelcast provides distribution mechanism for publishing messages that are delivered to multiple subscribers which is also known as publish/subscribe (pub/sub) messaging model
 CLifecycleEventEvent to be fired when lifecycle states are changed
 CLifecycleListenerListener object for listening lifecycle events of hazelcast instance
 CLoadBalancerLoadBalancer allows you to send operations to one of a number of endpoints(Members)
 CMapEntryViewMapEntryView represents a readonly view of a map entry
 CMapEventMap events common contract
 CMemberCluster member class
 CMemberAttributeEvent
 CMembershipAdapterAdapter for MembershipListener
 CMembershipEventMembership event fired when a new member is added to the cluster and/or when a member leaves the cluster
 CMembershipListenerCluster membership listener
 CMultiMapA specialized distributed map client whose keys can be associated with multiple values
 CPartitionAwarePartitionAware means that data will be based in the same member based on the partition key and implementing tasks will be executed on the getPartitionKey()'s owner member
 CPartitionAwareMarkerThis marker interface is needed to make template matching work during serialisation
 CReliableTopicHazelcast provides distribution mechanism for publishing messages that are delivered to multiple subscribers which is also known as publish/subscribe (pub/sub) messaging model
 CRingbufferA Ringbuffer is a data-structure where the content is stored in a ring like structure
 CSerializationConfigSerializationConfig is used to
 CSocketSockets wrapper interface class
 CSocketInterceptorBase class for socketInterceptor classes to inherit from
 CsocketPtrCompSocket Ptr compare method
 CTransactionalListTransactional implementation of IList
 CTransactionalMapTransactional implementation of IMap
 CTransactionalMultiMapTransactional implementation of MultiMap
 CTransactionalQueueTransactional implementation of IQueue
 CTransactionalSetTransactional implementation of ISet
 CTransactionContextProvides a context to do transactional operations; so beginning/committing transactions, but also retrieving transactional data-structures like the TransactionalMap
 CTransactionOptionsContains the configuration for a Hazelcast transaction
 CTransactionTypeTransaction type
 CTypedDataTypedData class is a wrapper class for the serialized binary data