| Package | Description | 
|---|---|
| com.hazelcast.cache.impl | 
     Hazelcast JSR-107 aka JCache implementation | 
| com.hazelcast.client.impl | Contains most of the client side HazelcastInstance implementation functionality. | 
| com.hazelcast.cluster.impl | This package contains the implementation of the cluster functionality. | 
| com.hazelcast.collection.impl.collection | |
| com.hazelcast.collection.impl.queue | |
| com.hazelcast.concurrent.atomiclong | This package contains IAtomicLong functionality for Hazelcast. The IAtomicLong is the distributed version of the AtomicLong. | 
| com.hazelcast.concurrent.atomicreference | This package contains IAtomicReferece functionality for Hazelcast. The IAtomicReference is the distributed version of the AtomicReference. | 
| com.hazelcast.concurrent.countdownlatch | This package contains ICountDownLatch functionality for Hazelcast. The ICountDownLatch is the distributed version of the CountDownLatch. | 
| com.hazelcast.concurrent.lock | |
| com.hazelcast.concurrent.semaphore | This package contains ISemaphore functionality for Hazelcast. The ISemaphore is the distributed version of the Semaphore. | 
| com.hazelcast.executor.impl | This package contains IExecutorService functionality for Hazelcast. The IExecutorService extends the ExecutorServiceand provides all kinds
 of additional methods related to distributed systems. | 
| com.hazelcast.hibernate.serialization | This class contains the Hibernate4 serializer hooks so what we don't
 loose handling on serialization while working on hibernate | 
| com.hazelcast.map.impl | Contains implementation specific classes of  com.hazelcast.mappackage. | 
| com.hazelcast.mapreduce.aggregation.impl | This package contains a set of predefined aggregation implementations | 
| com.hazelcast.mapreduce.impl | This package contains the default implementation for the map reduce framework
 internals. | 
| com.hazelcast.multimap.impl | Contains classes for Hazelcast MultiMap module. | 
| com.hazelcast.partition | Contains the partition logic for Hazelcast. | 
| com.hazelcast.replicatedmap.impl.operation | This package contains replicated map operations which are executed on remote nodes | 
| com.hazelcast.ringbuffer.impl | Contains the  Ringbufferimplementation classes. | 
| com.hazelcast.spi.impl | Contains implementations for Hazelcast SPI. | 
| com.hazelcast.topic.impl | This package contains ITopic functionality for Hazelcast. With the ITopic it is possible to create publish subscribe solutions similar to JMS Topics. | 
| com.hazelcast.transaction.impl | Provides implementation for Hazelcast transaction support. | 
| com.hazelcast.web | Provides Hazelcast-based session replication. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CacheDataSerializerHookCacheDataSerializerHookcontains all the ID hooks forIdentifiedDataSerializableclasses used
 inside the JCache framework. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClientDataSerializerHookClient DataSerializable Factory ID | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClusterDataSerializerHook | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CollectionDataSerializerHook | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | QueueDataSerializerHookA  DataSerializerHookfor the queue operations and support structures. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AtomicLongDataSerializerHook | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AtomicReferenceDataSerializerHook | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CountDownLatchDataSerializerHook | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | LockDataSerializerHook | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SemaphoreDataSerializerHook | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ExecutorDataSerializerHook | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HibernateDataSerializerHookAn implementation of  DataSerializerHookwhich constructs any of theDataSerializableobjects for the
 hibernate module | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MapDataSerializerHook | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AggregationsDataSerializerHookThis class contains all the ID hooks for IdentifiedDataSerializable classes used for aggregations. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MapReduceDataSerializerHookThis class contains all the ID hooks for IdentifiedDataSerializable classes used inside the MR framework. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MultiMapDataSerializerHook | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PartitionDataSerializerHook | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ReplicatedMapDataSerializerHookThis class contains all the ID hooks for IdentifiedDataSerializable classes used inside the replicated map. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RingbufferDataSerializerHookThe  DataSerializerHookfor the Ringbuffer. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SpiDataSerializerHook | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TopicDataSerializerHook | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TransactionDataSerializerHook | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WebDataSerializerHook | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.