Package | Description |
---|---|
com.hazelcast.client |
This package contains the serverside client functionality
|
com.hazelcast.client.txn |
This package contains client transaction code
|
com.hazelcast.collection | |
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.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.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 |
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. |
Modifier and Type | Class and Description |
---|---|
class |
ClientPortableHook |
Modifier and Type | Class and Description |
---|---|
class |
ClientTxnPortableHook |
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 |
SpiPortableHook |
Modifier and Type | Class and Description |
---|---|
class |
TopicPortableHook |
Copyright © 2014 Hazelcast, Inc.. All rights reserved.