 hazelcast | |
  client | |
   exception | |
    AuthenticationException | |
    HazelcastSerializationException | Raised when an error occur during serialization or deserialization in Hazelcast |
    IClassCastException | Raised an unexpected type data comes from server |
    IException | Base class for all exception originated from Hazelcast methods |
    IllegalArgumentException | Raised when an illegal argument is passed to Hazelcast API |
    IllegalStateException | Raised when method is called in a illegal state |
    InstanceNotActiveException | Thrown when HazelcastInstance is not active during an invocation |
    InterruptedException | Some of the Hazelcast operations may throw an InterruptedException if a user thread is interrupted while waiting a response |
    IOException | Raised when an Input Output error is occurred |
    TimeoutException | Raised when an operation is timed out |
    UnexpectedMessageTypeException | If the type expected by the message decoder is different from the received message type, this exception is thrown |
    UTFDataFormatException | Raised the string format is not correct according to UTF-8 |
   query | |
    SqlPredicate | |
   serialization | |
    ClassDefinition | ClassDefinition defines a class schema for Portable classes |
    ClassDefinitionBuilder | ClassDefinitionBuilder is used to build and register ClassDefinitions manually |
    FieldDefinition | FieldDefinition defines name, type, index of a field |
    FieldType | |
    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 |
    ObjectDataInput | Provides deserialization methods for primitives types, arrays of primitive types Portable, IdentifiedDataSerializable and custom serializable types |
    ObjectDataOutput | Provides serialization methods for primitive types,a arrays of primitive types, Portable, IdentifiedDataSerializable and custom serializables |
    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 |
    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 |
    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 |
    SerializerBase | Internal Base class for Serializers |
    Serializer | Base class for custom serialization |
    VersionedPortable | VersionedPortable is an extension to Portable to support per class version instead of a global serialization version |
   Address | IP Address |
   addressComparator | Address comparator functor |
   ClientConfig | HazelcastClient configuration class |
   ClientProperty | A client property is a configuration for hazelcast client |
   ClientProperties | Client Properties is an internal class |
   Cluster | Hazelcast cluster interface |
   Credentials | Credentials is a container object for endpoint (Members and Clients) security attributes |
   DistributedObject | Base class for all distributed objects |
   EntryAdapter | Adapter for EntryListener |
   EntryEventType | Type of entry event |
   EntryEvent | Map Entry event |
   EntryListener | Map Entry listener to get notified when a map entry is added, removed, updated or evicted |
   EntryView | EntryView represents a readonly view of a map entry |
   GroupConfig | Contains the configuration for Hazelcast groups |
   HazelcastClient | Hazelcast Client enables you to do all Hazelcast operations without being a member of the cluster |
   IAtomicLong | IAtomicLong is a distributed atomic long implementation |
   ICountDownLatch | ICountDownLatch is a backed-up distributed alternative to the java.util.concurrent.CountDownLatch java.util.concurrent.CountDownLatch |
   IdGenerator | Cluster-wide unique id generator |
   IList | Concurrent, distributed , client implementation of std::list |
   ILock | Re-entrant Lock, Distributed client implementation of Lock |
   IMap | Concurrent, distributed, observable and queryable map client |
   InitialMembershipEvent | A event that is send when a InitialMembershipListener} registers itself on a Cluster |
   InitialMembershipListener | The InitializingMembershipListener is a MembershipListener that will first receives a InitialMembershipEvent when it is registered so it immediately knows which members are available |
   IQueue | Concurrent, blocking, distributed, observable, client queue |
   ISemaphore | ISemaphore is a backed-up distributed alternative to the java.util.concurrent.Semaphore |
   ISet | Concurrent, distributed client implementation of std::unordered_set |
   ItemEventType | Type of item event |
   ItemEvent | ItemEvent |
   ItemListener | Item listener for IQueue, ISet and IList |
   ITopic | Hazelcast provides distribution mechanism for publishing messages that are delivered to multiple subscribers which is also known as publish/subscribe (pub/sub) messaging model |
   LifecycleEvent | Event to be fired when lifecycle states are changed |
   LifecycleListener | Listener object for listening lifecycle events of hazelcast instance |
   LoadBalancer | LoadBalancer allows you to send operations to one of a number of endpoints(Members) |
   MapEvent | Map events common contract |
   Member | Cluster member class |
   MemberAttributeEvent | |
   MembershipAdapter | Adapter for MembershipListener |
   MembershipEvent | Membership event fired when a new member is added to the cluster and/or when a member leaves the cluster |
   MembershipListener | Cluster membership listener |
   MultiMap | A specialized distributed map client whose keys can be associated with multiple values |
   SerializationConfig | SerializationConfig is used to |
   Socket | C Sockets wrapper class |
   socketPtrComp | Socket Ptr compare method |
   SocketInterceptor | Base class for socketInterceptor classes to inherit from |
   TransactionalList | Transactional implementation of IList |
   TransactionalMap | Transactional implementation of IMap |
   TransactionalMultiMap | Transactional implementation of MultiMap |
   TransactionalQueue | Transactional implementation of IQueue |
   TransactionalSet | Transactional implementation of ISet |
   TransactionContext | Provides a context to do transactional operations; so beginning/committing transactions, but also retrieving transactional data-structures like the TransactionalMap |
   TransactionType | Transaction type |
   TransactionOptions | Contains the configuration for a Hazelcast transaction |