Package | Description |
---|---|
com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
com.hazelcast.client.impl.client |
This contains the Requests and other DTO's exchanged between client/server
|
com.hazelcast.collection |
This package contains classes related to Collections (IList,ISet etc..)
|
com.hazelcast.concurrent.atomiclong.client |
This package contains client requests for the IAtomicLong.
This package contains all the client request object to operate on the IAtomicLong that are send by the client. |
com.hazelcast.concurrent.atomicreference.client |
This package contains client requests for the IAtomicLong.
This package contains all the client request object to operate on the IAtomicLong that are send by the client. |
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.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.semaphore.client |
This package contains client requests for the ISemaphore.
|
com.hazelcast.executor.impl |
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.impl |
Contains classes for Hazelcast MultiMap module.
|
com.hazelcast.partition |
Contains the partition logic for Hazelcast.
|
com.hazelcast.queue.impl |
This package contains the IQueue functionality.
The IQueue is the distributed version of the BlockingQueue . |
com.hazelcast.replicatedmap.impl.client |
This package contains classes for client communication on replicated map implementation
|
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.client |
This package contains client transaction code
|
Modifier and Type | Class and Description |
---|---|
class |
CachePortableHook
This class contains all the ID hooks for Portable classes used inside the JCache framework.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientPortableHook
Portable that creates a lot of the client related Porable instances.
|
Modifier and Type | Class and Description |
---|---|
class |
CollectionPortableHook |
Modifier and Type | Class and Description |
---|---|
class |
AtomicLongPortableHook |
Modifier and Type | Class and Description |
---|---|
class |
AtomicReferencePortableHook |
Modifier and Type | Class and Description |
---|---|
class |
CountDownLatchPortableHook |
Modifier and Type | Class and Description |
---|---|
class |
LockPortableHook |
Modifier and Type | Class and Description |
---|---|
class |
SemaphorePortableHook |
Modifier and Type | Class and Description |
---|---|
class |
ExecutorPortableHook |
Modifier and Type | Class and Description |
---|---|
class |
MapPortableHook |
Modifier and Type | Class and Description |
---|---|
class |
MapReducePortableHook
This class registers all Portable serializers that are needed for communication between nodes and clients
|
Modifier and Type | Class and Description |
---|---|
class |
MultiMapPortableHook |
Modifier and Type | Class and Description |
---|---|
class |
PartitionPortableHook |
Modifier and Type | Class and Description |
---|---|
class |
QueuePortableHook |
Modifier and Type | Class and Description |
---|---|
class |
ReplicatedMapPortableHook
This class registers all Portable serializers that are needed for communication between nodes and clients
|
Modifier and Type | Class and Description |
---|---|
class |
SpiPortableHook |
Modifier and Type | Class and Description |
---|---|
class |
TopicPortableHook |
Modifier and Type | Class and Description |
---|---|
class |
ClientTxnPortableHook
Factory class for client transaction related classes
|
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.