| Package | Description |
|---|---|
| com.hazelcast.ascii.memcache | |
| com.hazelcast.ascii.rest | |
| com.hazelcast.client |
This package contains the serverside client functionality
|
| com.hazelcast.client.connection.nio | |
| com.hazelcast.client.examples | |
| com.hazelcast.client.proxy | |
| com.hazelcast.client.spi | |
| com.hazelcast.client.spi.impl | |
| com.hazelcast.client.txn |
This package contains client transaction code
|
| com.hazelcast.cluster | |
| com.hazelcast.cluster.client | |
| com.hazelcast.collection | |
| com.hazelcast.collection.client | |
| com.hazelcast.collection.list | |
| com.hazelcast.collection.set | |
| com.hazelcast.collection.txn | |
| com.hazelcast.concurrent.atomiclong |
This package contains IAtomicLong functionality for Hazelcast.
The IAtomicLong is the distributed version of the AtomicLong. |
| com.hazelcast.concurrent.atomiclong.client |
This package contains client requests for the IAtomicLong.
This package contains all the client requests object to operate on the IAtomicLong that are send by the client. |
| com.hazelcast.concurrent.atomiclong.operations |
This package contains the operations on the IAtomicLong.
|
| com.hazelcast.concurrent.atomicreference |
This package contains IAtomicReferece functionality for Hazelcast.
The IAtomicReference is the distributed version of the AtomicReference. |
| com.hazelcast.concurrent.atomicreference.client |
This package contains client requests for the IAtomicLong.
This package contains all the client requests object to operate on the IAtomicLong that are send by the client. |
| com.hazelcast.concurrent.atomicreference.operations |
This package contains the operations on the IAtomicReference.
|
| com.hazelcast.concurrent.countdownlatch |
This package contains ICountDownLatch functionality for Hazelcast.
The ICountDownLatch is the distributed version of the CountDownLatch. |
| com.hazelcast.concurrent.countdownlatch.client |
This package contains client requests for the ICountDownLatch.
This package contains all the client requests object to operate on the ICountDownLatch that are send by the client. |
| com.hazelcast.concurrent.countdownlatch.operations |
This package contains the operations on the ICountDownLatch.
|
| com.hazelcast.concurrent.lock | |
| com.hazelcast.concurrent.lock.client |
This package contains client requests for the ILock.
This package contains all the client requests object to operate on the ILock that are send by the client. |
| com.hazelcast.concurrent.lock.operations |
This package contains the operations on the ILock.
|
| com.hazelcast.concurrent.semaphore |
This package contains ISemaphore functionality for Hazelcast.
The ISemaphore is the distributed version of the Semaphore. |
| com.hazelcast.concurrent.semaphore.client |
This package contains client requests for the ISemaphore.
|
| com.hazelcast.concurrent.semaphore.operations |
This package contains the operations on the ISemaphore.
|
| com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
| com.hazelcast.core |
Provides core API interfaces/classes.
|
| com.hazelcast.examples |
This package contains the MapReduce API definition for Hazelcast.
All map reduce operations running in a distributed manner inside the active Hazelcast cluster. |
| 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.executor.client |
This package contains client requests for the IExecutorService.
|
| com.hazelcast.hibernate | |
| com.hazelcast.hibernate.local | |
| com.hazelcast.instance | |
| com.hazelcast.logging |
This package contains logging functionality for Hazelcast.
Since Hazelcast has a zero dependency policy, Hazelcast provides a logging abstraction like commongs logging, so that different logging frameworks like log4j, can be hooked in. |
| com.hazelcast.management | |
| com.hazelcast.management.operation | |
| com.hazelcast.management.request | |
| com.hazelcast.map |
Contains Hazelcast map module classes.
|
| com.hazelcast.map.client | |
| com.hazelcast.map.merge | |
| com.hazelcast.map.operation | |
| com.hazelcast.map.record | |
| com.hazelcast.map.tx | |
| com.hazelcast.map.wan | |
| com.hazelcast.mapreduce.impl |
This package contains the default implementation for the map reduce framework
internals.
|
| com.hazelcast.mapreduce.impl.client |
This package contains request and response classes for communication between cluster
members and Hazelcast native clients
|
| com.hazelcast.mapreduce.impl.notification |
This package contains all remote node notifications
|
| com.hazelcast.mapreduce.impl.operation |
This package contains all remote operations that are needed to control work on
supervising or worker nodes.
|
| com.hazelcast.mapreduce.impl.task |
This package contains the base implementation for a standard map reduce job.
|
| com.hazelcast.monitor |
Contains Hazelcast statistics interfaces related to map, queue, topic, multimap, executor service etc.
|
| com.hazelcast.monitor.impl |
Contains Hazelcast statistics implementations related to map, queue, topic, multimap, executor service etc.
|
| com.hazelcast.multimap | |
| com.hazelcast.multimap.operations | |
| com.hazelcast.multimap.operations.client | |
| com.hazelcast.multimap.txn | |
| com.hazelcast.nio | |
| com.hazelcast.nio.serialization |
Contains interfaces/classes related to serialization;
such as serializer interfaces, input/output streams.
|
| com.hazelcast.nio.serialization.serializers | |
| com.hazelcast.partition |
Contains the partition logic for Hazelcast.
|
| com.hazelcast.partition.client |
Contains client functionality for partition related information.
|
| com.hazelcast.partition.impl |
Contains the actual implementation of the
InternalPartitionService. |
| com.hazelcast.query |
Contains interfaces/classes related to Hazelcast query and indexing support.
|
| com.hazelcast.query.impl | |
| com.hazelcast.queue | |
| com.hazelcast.queue.client | |
| com.hazelcast.queue.proxy | |
| com.hazelcast.queue.tx | |
| com.hazelcast.security |
Provides interfaces/classes for Hazelcast security implementation.
|
| com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
| com.hazelcast.spi.impl | |
| com.hazelcast.storage | |
| 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.topic.client |
This package contains client requests for the ITopic.
|
| com.hazelcast.transaction |
Provides interfaces/classes for Hazelcast transaction support.
|
| com.hazelcast.transaction.impl | |
| com.hazelcast.util |
This package contains classes to support the inner workings of Hazelcast
as well as some backports of newer Java features / data structures to
support older Java versions in a clean and nice way.
|
| com.hazelcast.util.executor | |
| com.hazelcast.wan | |
| com.hazelcast.web |
| Class and Description |
|---|
| DataSerializable |
| Class and Description |
|---|
| DataSerializable |
| Class and Description |
|---|
| Data |
| SerializationContext |
| SerializationService |
| Class and Description |
|---|
| DataSerializable |
| Class and Description |
|---|
| Data |
| Class and Description |
|---|
| Data |
| SerializationService |
| Class and Description |
|---|
| Data |
| Class and Description |
|---|
| ClassDefinition |
| Portable |
| PortableFactory |
| PortableHook |
| PortableReader |
| PortableWriter |
| Class and Description |
|---|
| DataSerializable |
| DataSerializableFactory |
| DataSerializerHook |
| IdentifiedDataSerializable |
| Class and Description |
|---|
| DataSerializable |
| IdentifiedDataSerializable |
| Portable |
| Class and Description |
|---|
| ClassDefinition |
| Data |
| DataSerializable |
| DataSerializableFactory |
| DataSerializerHook |
| IdentifiedDataSerializable |
| PortableFactory |
| PortableHook |
| Class and Description |
|---|
| Data |
| Portable |
| PortableReader |
| PortableWriter |
| Class and Description |
|---|
| Data |
| DataSerializable |
| IdentifiedDataSerializable |
| Class and Description |
|---|
| Data |
| DataSerializable |
| IdentifiedDataSerializable |
| Class and Description |
|---|
| Data |
| DataSerializable |
| IdentifiedDataSerializable |
| Class and Description |
|---|
| DataSerializableFactory |
| DataSerializerHook |
| Class and Description |
|---|
| ClassDefinition |
| Portable |
| PortableFactory |
| PortableHook |
| PortableReader |
| PortableWriter |
| Class and Description |
|---|
| DataSerializable |
| Class and Description |
|---|
| Data |
| DataSerializableFactory |
| DataSerializerHook |
| Class and Description |
|---|
| ClassDefinition |
| Data |
| Portable |
| PortableFactory |
| PortableHook |
| PortableReader |
| PortableWriter |
| Class and Description |
|---|
| Data |
| DataSerializable |
| Class and Description |
|---|
| DataSerializable |
| DataSerializableFactory |
| DataSerializerHook |
| Class and Description |
|---|
| ClassDefinition |
| Portable |
| PortableFactory |
| PortableHook |
| PortableReader |
| PortableWriter |
| Class and Description |
|---|
| DataSerializable |
| IdentifiedDataSerializable |
| Class and Description |
|---|
| Data |
| DataSerializable |
| DataSerializableFactory |
| DataSerializerHook |
| SerializationService |
| Class and Description |
|---|
| ClassDefinition |
| Data |
| Portable |
| PortableFactory |
| PortableHook |
| PortableReader |
| PortableWriter |
| Class and Description |
|---|
| Data |
| DataSerializable |
| Class and Description |
|---|
| DataSerializable |
| DataSerializableFactory |
| DataSerializerHook |
| Class and Description |
|---|
| ClassDefinition |
| Portable |
| PortableFactory |
| PortableHook |
| PortableReader |
| PortableWriter |
| Class and Description |
|---|
| DataSerializable |
| IdentifiedDataSerializable |
| Class and Description |
|---|
| ByteArraySerializer |
| ClassDefinition |
| DataSerializableFactory |
| PortableFactory |
| Serializer |
| StreamSerializer |
| Class and Description |
|---|
| DataSerializable |
| Class and Description |
|---|
| DataSerializable |
| Class and Description |
|---|
| ClassDefinition |
| DataSerializable |
| DataSerializableFactory |
| DataSerializerHook |
| IdentifiedDataSerializable |
| PortableFactory |
| PortableHook |
| Class and Description |
|---|
| Portable |
| PortableReader |
| PortableWriter |
| Class and Description |
|---|
| DataSerializable |
| Class and Description |
|---|
| DataSerializable |
| Class and Description |
|---|
| DataSerializable |
| IdentifiedDataSerializable |
| SerializationService |
| Class and Description |
|---|
| DataSerializable |
| Class and Description |
|---|
| DataSerializable |
| Class and Description |
|---|
| DataSerializable |
| Class and Description |
|---|
| DataSerializable |
| Class and Description |
|---|
| ClassDefinition |
| Data |
| DataSerializable |
| DataSerializableFactory |
| DataSerializerHook |
| IdentifiedDataSerializable |
| PortableFactory |
| PortableHook |
| SerializationService |
| Class and Description |
|---|
| Data |
| Portable |
| PortableReader |
| PortableWriter |
| Class and Description |
|---|
| DataSerializable |
| Class and Description |
|---|
| Data |
| DataSerializable |
| IdentifiedDataSerializable |
| Class and Description |
|---|
| Data |
| DataSerializable |
| SerializationService |
| Class and Description |
|---|
| Data |
| DataSerializable |
| Class and Description |
|---|
| Data |
| DataSerializable |
| Class and Description |
|---|
| ClassDefinition |
| DataSerializable |
| DataSerializableFactory |
| DataSerializerHook |
| IdentifiedDataSerializable |
| PortableFactory |
| PortableHook |
| Serializer |
| SerializerHook
This interface is used to automatically register serializers from external
Hazelcast or user modules.
Both types of Serializers are supported
(StreamSerializer and
ByteArraySerializer). |
| Class and Description |
|---|
| Portable |
| PortableReader |
| PortableWriter |
| Class and Description |
|---|
| DataSerializable |
| IdentifiedDataSerializable |
| Class and Description |
|---|
| DataSerializable |
| IdentifiedDataSerializable |
| Class and Description |
|---|
| Portable |
| PortableReader |
| PortableWriter |
| Class and Description |
|---|
| DataSerializable |
| Class and Description |
|---|
| DataSerializable |
| IdentifiedDataSerializable |
| Class and Description |
|---|
| ClassDefinition |
| Data |
| DataSerializable |
| DataSerializableFactory |
| DataSerializerHook |
| PortableFactory |
| PortableHook |
| SerializationService |
| Class and Description |
|---|
| Data |
| DataSerializable |
| IdentifiedDataSerializable |
| Class and Description |
|---|
| Data |
| Portable |
| PortableReader |
| PortableWriter |
| Class and Description |
|---|
| Data |
| DataSerializable |
| IdentifiedDataSerializable |
| Class and Description |
|---|
| Data |
| DataAdapter |
| DataSerializable |
| IdentifiedDataSerializable |
| SerializationContext |
| SerializationService |
| Class and Description |
|---|
| Serializer |
| SerializerHook
This interface is used to automatically register serializers from external
Hazelcast or user modules.
Both types of Serializers are supported
(StreamSerializer and
ByteArraySerializer). |
| StreamSerializer |
| Class and Description |
|---|
| ClassDefinition |
| Data |
| DataSerializable |
| DataSerializableFactory |
| DataSerializerHook |
| PortableFactory |
| PortableHook |
| Class and Description |
|---|
| DataSerializable |
| IdentifiedDataSerializable |
| Portable |
| Class and Description |
|---|
| Data |
| DataSerializable |
| Class and Description |
|---|
| DataSerializable |
| Class and Description |
|---|
| Data |
| DataSerializable |
| IdentifiedDataSerializable |
| SerializationService |
| Class and Description |
|---|
| ClassDefinition |
| Data |
| DataSerializable |
| DataSerializableFactory |
| DataSerializerHook |
| IdentifiedDataSerializable |
| PortableFactory |
| PortableHook |
| SerializationService |
| Class and Description |
|---|
| Data |
| Portable |
| PortableReader |
| PortableWriter |
| Class and Description |
|---|
| Data |
| SerializationService |
| Class and Description |
|---|
| Data |
| DataSerializable |
| IdentifiedDataSerializable |
| Class and Description |
|---|
| Portable |
| PortableReader |
| PortableWriter |
| Class and Description |
|---|
| Data |
| DataSerializable |
| SerializationService |
| Class and Description |
|---|
| Data |
| Class and Description |
|---|
| ClassDefinition |
| Data |
| DataSerializable |
| DataSerializableFactory |
| DataSerializerHook |
| PortableFactory |
| PortableHook |
| Class and Description |
|---|
| Data |
| Portable |
| PortableReader |
| PortableWriter |
| Class and Description |
|---|
| DataSerializable |
| Class and Description |
|---|
| DataSerializable |
| Class and Description |
|---|
| DataSerializable |
| IdentifiedDataSerializable |
| SerializationService |
| Class and Description |
|---|
| SerializationService |
| Class and Description |
|---|
| DataSerializable |
| Class and Description |
|---|
| DataSerializable |
| DataSerializableFactory |
| DataSerializerHook |
| IdentifiedDataSerializable |
Copyright © 2021 Hazelcast, Inc.. All rights reserved.