| Package | Description |
|---|---|
| com.hazelcast.client |
This package contains the serverside client functionality
|
| com.hazelcast.cluster | |
| com.hazelcast.collection | |
| 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 |
This package contains IExecutorService functionality for Hazelcast.
The IExecutorService extends the ExecutorService and provides all kinds
of additional methods related to distributed systems. |
| com.hazelcast.map |
Contains Hazelcast map module classes.
|
| com.hazelcast.mapreduce.impl |
This package contains the default implementation for the map reduce framework
internals.
|
| com.hazelcast.multimap | |
| com.hazelcast.partition |
Contains the partition logic for Hazelcast.
|
| com.hazelcast.queue | |
| com.hazelcast.spi.impl | |
| com.hazelcast.topic |
This package contains ITopic functionality for Hazelcast.
With the ITopic it is possible to create publish subscribe solutions similar to JMS Topics. |
| com.hazelcast.web |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientDataSerializerHook |
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterDataSerializerHook |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionDataSerializerHook |
| 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 |
MapDataSerializerHook |
| Modifier and Type | Class and Description |
|---|---|
class |
MapReduceDataSerializerHook
This 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 |
QueueDataSerializerHook |
| Modifier and Type | Class and Description |
|---|---|
class |
SpiDataSerializerHook |
| Modifier and Type | Class and Description |
|---|---|
class |
TopicDataSerializerHook |
| Modifier and Type | Class and Description |
|---|---|
class |
WebDataSerializerHook |
Copyright © 2021 Hazelcast, Inc.. All rights reserved.