hazelcast::client::addressComparator | Address comparator functor |
hazelcast::client::serialization::ClassDefinition | ClassDefinition defines a class schema for Portable classes |
hazelcast::client::serialization::ClassDefinitionBuilder | ClassDefinitionBuilder is used to build and register ClassDefinitions manually |
hazelcast::client::ClientConfig | HazelcastClient configuration class |
hazelcast::client::ClientProperties | Client Properties is an internal class |
hazelcast::client::ClientProperty | A client property is a configuration for hazelcast client |
hazelcast::client::Cluster | Hazelcast cluster interface |
Comparator | |
hazelcast::client::query::EntryComparator< K, V > | |
hazelcast::client::query::InvalidComparator< K, V > | |
hazelcast::client::DataArray< T > | |
hazelcast::client::EntryArray< K, V > | |
hazelcast::client::EntryEvent< K, V > | Map Entry event |
hazelcast::client::EntryEventType | Type of entry event |
hazelcast::client::EntryListener< K, V > | Map Entry listener to get notified when a map entry is added, removed, updated or evicted |
hazelcast::client::EntryAdapter< K, V > | Adapter for EntryListener |
hazelcast::client::EntryView< K, V > | EntryView represents a readonly view of a map entry |
exception | |
hazelcast::client::exception::IException | Base class for all exception originated from Hazelcast methods |
hazelcast::client::exception::ProtocolException | |
hazelcast::client::exception::UndefinedErrorCodeException | |
hazelcast::client::exception::UnexpectedMessageTypeException | If the type expected by the message decoder is different from the received message type, this exception is thrown |
hazelcast::client::serialization::FieldDefinition | FieldDefinition defines name, type, index of a field |
hazelcast::client::serialization::FieldType | |
hazelcast::client::GroupConfig | Contains the configuration for Hazelcast groups |
hazelcast::client::HazelcastClient | Hazelcast Client enables you to do all Hazelcast operations without being a member of the cluster |
hazelcast::client::serialization::IdentifiedDataSerializable | Classes that will be used with hazelcast data structures like IMap, IQueue etc should either inherit from one of the following classes : Portable , IdentifiedDataSerializable or it should be custom serializable |
hazelcast::client::Address | IP Address |
hazelcast::client::query::EntryComparator< K, V > | |
hazelcast::client::query::Predicate | This is a merker class for Predicate classes |
hazelcast::client::query::AndPredicate | |
hazelcast::client::query::BetweenPredicate< T > | Type T should be a valid serializable and copiable type |
hazelcast::client::query::EqualPredicate< T > | Type T should be a valid serializable and copiable type |
hazelcast::client::query::FalsePredicate | |
hazelcast::client::query::GreaterLessPredicate< T > | Type T should be a valid serializable and copiable type |
hazelcast::client::query::ILikePredicate | |
hazelcast::client::query::InPredicate< T > | Type T should be a valid serializable and copiable type |
hazelcast::client::query::InstanceOfPredicate | |
hazelcast::client::query::LikePredicate | |
hazelcast::client::query::NotEqualPredicate< T > | Type T should be a valid serializable and copiable type |
hazelcast::client::query::NotPredicate | |
hazelcast::client::query::OrPredicate | |
hazelcast::client::query::PagingPredicate< K, V > | NOTE: PagingPredicate can only be used with values(), keySet() and entries() methods!!! |
hazelcast::client::query::RegexPredicate | |
hazelcast::client::query::SqlPredicate | |
hazelcast::client::query::TruePredicate | |
hazelcast::client::IDistributedObject | |
hazelcast::client::DistributedObject | Base class for all distributed objects |
hazelcast::client::Ringbuffer< E > | A Ringbuffer is a data-structure where the content is stored in a ring like structure |
hazelcast::client::Ringbuffer< topic::impl::reliable::ReliableTopicMessage > | |
IListImpl | |
hazelcast::client::IList< E > | Concurrent, distributed , client implementation of std::list |
hazelcast::client::IList< T > | |
IMapImpl | |
hazelcast::client::IMap< K, V > | Concurrent, distributed, observable and queryable map client |
hazelcast::client::InitialMembershipEvent | A event that is send when a InitialMembershipListener} registers itself on a Cluster |
hazelcast::client::InitialMembershipListener | The InitializingMembershipListener is a MembershipListener that will first receives a InitialMembershipEvent when it is registered so it immediately knows which members are available |
IQueueImpl | |
hazelcast::client::IQueue< E > | Concurrent, blocking, distributed, observable, client queue |
hazelcast::client::IQueue< T > | |
ISetImpl | |
hazelcast::client::ISet< E > | Concurrent, distributed client implementation of std::unordered_set |
hazelcast::client::ISet< T > | |
hazelcast::client::ItemEvent< E > | ItemEvent |
hazelcast::client::ItemEventType | Type of item event |
hazelcast::client::ItemListener< E > | Item listener for IQueue, ISet and IList |
ITopicImpl | |
hazelcast::client::ITopic< E > | Hazelcast provides distribution mechanism for publishing messages that are delivered to multiple subscribers which is also known as publish/subscribe (pub/sub) messaging model |
hazelcast::client::LifecycleEvent | Event to be fired when lifecycle states are changed |
hazelcast::client::LifecycleListener | Listener object for listening lifecycle events of hazelcast instance |
hazelcast::client::LoadBalancer | LoadBalancer allows you to send operations to one of a number of endpoints(Members) |
hazelcast::client::MapEntryView< K, V > | MapEntryView represents a readonly view of a map entry |
hazelcast::client::MapEvent | Map events common contract |
hazelcast::client::Member | Cluster member class |
hazelcast::client::MembershipEvent | Membership event fired when a new member is added to the cluster and/or when a member leaves the cluster |
hazelcast::client::MemberAttributeEvent | |
hazelcast::client::MembershipListener | Cluster membership listener |
hazelcast::client::MembershipAdapter | Adapter for MembershipListener |
MultiMapImpl | |
hazelcast::client::MultiMap< K, V > | A specialized distributed map client whose keys can be associated with multiple values |
hazelcast::client::serialization::ObjectDataInput | Provides deserialization methods for primitives types, arrays of primitive types Portable, IdentifiedDataSerializable and custom serializable types |
hazelcast::client::serialization::ObjectDataOutput | Provides serialization methods for primitive types,a arrays of primitive types, Portable, IdentifiedDataSerializable and custom serializables |
hazelcast::client::serialization::Portable | Classes that will be used with hazelcast data structures like IMap, IQueue etc should either inherit from one of the following classes : Portable , IdentifiedDataSerializable or it should be custom serializable |
hazelcast::client::Credentials | Credentials is a container object for endpoint (Members and Clients) security attributes |
hazelcast::client::serialization::VersionedPortable | VersionedPortable is an extension to Portable to support per class version instead of a global serialization version |
hazelcast::client::serialization::PortableReader | Provides a mean of reading portable fields from a binary in form of java primitives arrays of java primitives , nested portable fields and array of portable fields |
hazelcast::client::serialization::PortableWriter | Provides a mean of writing portable fields to a binary in form of java primitives arrays of java primitives , nested portable fields and array of portable fields |
ProxyImpl | |
hazelcast::client::IAtomicLong | IAtomicLong is a distributed atomic long implementation |
hazelcast::client::ICountDownLatch | ICountDownLatch is a backed-up distributed alternative to the java.util.concurrent.CountDownLatch java.util.concurrent.CountDownLatch |
hazelcast::client::IdGenerator | Cluster-wide unique id generator |
hazelcast::client::ILock | Re-entrant Lock, Distributed client implementation of Lock |
hazelcast::client::ISemaphore | ISemaphore is a backed-up distributed alternative to the java.util.concurrent.Semaphore |
hazelcast::client::query::QueryConstants | |
hazelcast::client::adaptor::RawPointerList< T > | Concurrent, distributed , client implementation of std::list |
hazelcast::client::adaptor::RawPointerMap< K, V > | Adaptor class to IMap which provides releasable raw pointers for returned objects |
hazelcast::client::adaptor::RawPointerMultiMap< K, V > | A specialized distributed map client whose keys can be associated with multiple values |
hazelcast::client::adaptor::RawPointerQueue< T > | Concurrent, blocking, distributed, observable, client queue |
hazelcast::client::adaptor::RawPointerSet< T > | Concurrent, distributed client implementation of std::unordered_set |
hazelcast::client::adaptor::RawPointerTransactionalMap< K, V > | Transactional implementation of IMap |
hazelcast::client::adaptor::RawPointerTransactionalMultiMap< K, V > | Transactional implementation of MultiMap |
hazelcast::client::adaptor::RawPointerTransactionalQueue< T > | Transactional implementation of IQueue |
hazelcast::client::config::ReliableTopicConfig | |
ReliableTopicImpl | |
hazelcast::client::ReliableTopic< E > | Hazelcast provides distribution mechanism for publishing messages that are delivered to multiple subscribers which is also known as publish/subscribe (pub/sub) messaging model |
hazelcast::client::SerializationConfig | SerializationConfig is used to |
hazelcast::client::serialization::SerializerBase | Internal Base class for Serializers |
hazelcast::client::serialization::Serializer< Serializable > | Base class for custom serialization |
hazelcast::client::Socket | C Sockets wrapper class |
hazelcast::client::SocketInterceptor | Base class for socketInterceptor classes to inherit from |
hazelcast::client::socketPtrComp | Socket Ptr compare method |
TransactionalListImpl | |
hazelcast::client::TransactionalList< E > | Transactional implementation of IList |
TransactionalMapImpl | |
hazelcast::client::TransactionalMap< K, V > | Transactional implementation of IMap |
TransactionalMultiMapImpl | |
hazelcast::client::TransactionalMultiMap< K, V > | Transactional implementation of MultiMap |
TransactionalQueueImpl | |
hazelcast::client::TransactionalQueue< E > | Transactional implementation of IQueue |
hazelcast::client::TransactionalQueue< T > | |
TransactionalSetImpl | |
hazelcast::client::TransactionalSet< E > | Transactional implementation of ISet |
hazelcast::client::TransactionContext | Provides a context to do transactional operations; so beginning/committing transactions, but also retrieving transactional data-structures like the TransactionalMap |
hazelcast::client::TransactionOptions | Contains the configuration for a Hazelcast transaction |
hazelcast::client::TransactionType | Transaction type |