  hazelcast::client::addressComparator | Address comparator functor  | 
  hazelcast::client::aws::AWSClient |  | 
  hazelcast::client::aws::utility::AwsURLEncoder |  | 
  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  | 
  Clearable |  | 
   hazelcast::client::internal::nearcache::BaseNearCache |  | 
    hazelcast::client::internal::nearcache::NearCache< K, V > | NearCache is the contract point to store keys and values in underlying com.hazelcast.cache.impl.nearcache.NearCacheRecordStore  | 
  hazelcast::client::config::ClientAwsConfig | The ClientAwsConfig contains the configuration for client to connect to nodes in aws environment  | 
  hazelcast::client::ClientConfig | HazelcastClient configuration class  | 
  hazelcast::client::config::ClientNetworkConfig | Contains configuration parameters for client network related behaviour  | 
  hazelcast::client::ClientProperties | Client Properties is an internal class  | 
  hazelcast::client::ClientProperty | A client property is a configuration for hazelcast client  | 
  hazelcast::client::aws::utility::CloudUtility |  | 
  hazelcast::client::Cluster | Hazelcast cluster interface  | 
  Comparator |  | 
   hazelcast::client::internal::eviction::EvictionPolicyComparator< K, V > | A kind of java.util.Comparator to be used while comparing entries to be evicted  | 
   hazelcast::client::query::EntryComparator< K, V > |  | 
    hazelcast::client::query::InvalidComparator< K, V > |  | 
  hazelcast::client::DataArray< T > |  | 
  hazelcast::client::internal::adapter::DataStructureAdapter< K, V > | Abstracts the Hazelcast data structures with Near Cache support for the Near Cache usage  | 
   hazelcast::client::internal::adapter::IMapDataStructureAdapter< K, V > | Abstracts the Hazelcast data structures with Near Cache support for the Near Cache usage  | 
  Destroyable |  | 
   hazelcast::client::internal::nearcache::BaseNearCache |  | 
  hazelcast::client::aws::security::EC2RequestSigner |  | 
  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  | 
  hazelcast::client::internal::eviction::Evictable< V > | Interface for entries, records or whatever that can be evicted  | 
   hazelcast::client::internal::nearcache::NearCacheRecord< V > | An expirable and evictable data object which represents a Near Cache entry  | 
  hazelcast::client::internal::eviction::EvictableEntryView< K, V > | Contract point (from the end user perspective) for serving/accessing entries that can be evicted  | 
  hazelcast::client::internal::eviction::EvictableEntryView< MAPKEY, MAPVALUE > |  | 
   hazelcast::client::internal::eviction::EvictionCandidate< MAPKEY, MAPVALUE, A, E > | Interface for entries, records or whatever that can be evictable via its accessor (key or id)  | 
  hazelcast::client::internal::eviction::EvictableStore< MAPKEY, MAPVALUE, A, E > | Interface for store implementations that holds Evictable entries to evict  | 
  hazelcast::client::internal::eviction::EvictionChecker | Interface for checking about if eviction is required or not  | 
   hazelcast::client::internal::eviction::EvictAlways |  | 
  hazelcast::client::internal::eviction::EvictionConfiguration< K, V > | Interface for configuration information about eviction  | 
   hazelcast::client::config::EvictionConfig< K, V > | Configuration for eviction  | 
  hazelcast::client::internal::eviction::EvictionListener< A, E > | Interface for entries, records or whatever that can be evicted via its accessor (key or id)  | 
  hazelcast::client::internal::eviction::EvictionPolicyEvaluator< MAPKEY, MAPVALUE, A, E > | Interface for evaluation implementations of com.hazelcast.config.EvictionPolicy  | 
  hazelcast::client::internal::eviction::EvictionPolicyEvaluatorProvider | Provider to get any kind (EvictionPolicyType) of EvictionPolicyEvaluator  | 
  hazelcast::client::internal::eviction::EvictionStrategy< MAPKEY, MAPVALUE, A, E, S > | Interface for eviction implementations to evict EvictableStore implementations as specified EvictionPolicyEvaluator  | 
  hazelcast::client::internal::eviction::EvictionStrategyProvider< MAPKEY, MAPVALUE, A, E, S > | Provider to get any kind (EvictionStrategyType) of EvictionStrategy  | 
  hazelcast::client::internal::eviction::EvictionStrategyType | Interface for configuration information about eviction  | 
  exception |  | 
   hazelcast::client::exception::IException | Base class for all exception originated from Hazelcast methods  | 
    hazelcast::client::exception::FutureUninitialized |  | 
    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::internal::eviction::Expirable | Expiring Data model interface  | 
   hazelcast::client::internal::nearcache::NearCacheRecord< V > | An expirable and evictable data object which represents a Near Cache entry  | 
  hazelcast::client::serialization::FieldDefinition | FieldDefinition defines name, type, index of a field  | 
  hazelcast::client::serialization::FieldType |  | 
  hazelcast::client::Future< V > | This is a unique Future  | 
  hazelcast::client::future_status |  | 
  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 > |  | 
  hazelcast::client::IMap< K, V > | Concurrent, distributed, observable and queryable map client  | 
  InitializingObject |  | 
   hazelcast::client::internal::nearcache::BaseNearCache |  | 
  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::monitor::LocalInstanceStats |  | 
   hazelcast::client::monitor::NearCacheStats |  | 
  hazelcast::client::monitor::LocalMapStats |  | 
  hazelcast::client::MapEntryView< K, V > | MapEntryView represents a readonly view of a map entry  | 
  hazelcast::client::MapEvent | Map events common contract  | 
  hazelcast::client::internal::eviction::MaxSizeChecker | Interface for implementations of com.hazelcast.config.EvictionConfig.MaxSizePolicy  | 
  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::config::NearCacheConfigBase | This is a marker class to indicate that the derived class is a near cache config  | 
   hazelcast::client::config::NearCacheConfig< K, V > | Contains the configuration for a Near Cache  | 
  hazelcast::client::internal::nearcache::NearCacheManager | NearCacheManager is the contract point to manage all existing NearCache instances  | 
  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 | Sockets wrapper interface class  | 
   hazelcast::client::internal::socket::TcpSocket | C Sockets wrapper class  | 
  hazelcast::client::internal::socket::SocketFactory |  | 
  hazelcast::client::SocketInterceptor | Base class for socketInterceptor classes to inherit from  | 
  hazelcast::client::socketPtrComp | Socket Ptr compare method  | 
  hazelcast::client::config::SSLConfig | Contains configuration parameters for client network related behaviour  | 
  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  |