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.impl.collection | |
com.hazelcast.collection.impl.queue | |
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.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
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.client |
This package contains classes for client communication on replicated map implementation
|
com.hazelcast.ringbuffer.impl.client | |
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
CachePortableHook contains all the ID hooks for classes used inside the JCache framework which implement
Portable . |
Modifier and Type | Class and Description |
---|---|
class |
ClientPortableHook
Portable that creates a lot of the client related Portable instances.
|
Modifier and Type | Class and Description |
---|---|
class |
CollectionPortableHook |
Modifier and Type | Class and Description |
---|---|
class |
QueuePortableHook
Provides a Portable hook for the queue operations.
|
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 |
ReplicatedMapPortableHook
This class registers all Portable serializers that are needed for communication between nodes and clients
|
Modifier and Type | Class and Description |
---|---|
class |
RingbufferPortableHook
Provides a Portable hook for the ringbuffer operations.
|
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 © 2016 Hazelcast, Inc.. All Rights Reserved.