Package | Description |
---|---|
com.hazelcast.client |
This package contains the serverside client functionality
|
com.hazelcast.cluster | |
com.hazelcast.collection | |
com.hazelcast.collection.list | |
com.hazelcast.collection.set | |
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.idgen |
This package contains IdGenerator functionality for Hazelcast.
With the IdGenerator it is very simple to create cluster wide id's. |
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.impl |
Contains the actual implementation of the
InternalPartitionService . |
com.hazelcast.queue | |
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.transaction.impl |
Modifier and Type | Class and Description |
---|---|
class |
ClientEngineImpl |
Modifier and Type | Class and Description |
---|---|
class |
ClusterServiceImpl |
Modifier and Type | Class and Description |
---|---|
class |
CollectionService |
Modifier and Type | Class and Description |
---|---|
class |
ListService |
Modifier and Type | Class and Description |
---|---|
class |
SetService |
Modifier and Type | Class and Description |
---|---|
class |
AtomicLongService |
Modifier and Type | Class and Description |
---|---|
class |
AtomicReferenceService |
Modifier and Type | Class and Description |
---|---|
class |
CountDownLatchService |
Modifier and Type | Class and Description |
---|---|
class |
IdGeneratorService |
Modifier and Type | Class and Description |
---|---|
class |
LockServiceImpl |
Modifier and Type | Class and Description |
---|---|
class |
SemaphoreService |
Modifier and Type | Class and Description |
---|---|
class |
DistributedExecutorService |
Modifier and Type | Class and Description |
---|---|
class |
MapService
The SPI Service for the Map.
|
Modifier and Type | Class and Description |
---|---|
class |
MapReduceService
The MapReduceService class is the base point for the map reduce implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiMapService |
Modifier and Type | Class and Description |
---|---|
class |
InternalPartitionServiceImpl |
Modifier and Type | Class and Description |
---|---|
class |
QueueService
User: ali
Date: 11/14/12
Time: 12:21 AM
|
Modifier and Type | Class and Description |
---|---|
class |
TopicService |
Modifier and Type | Class and Description |
---|---|
class |
TransactionManagerServiceImpl |
Copyright © 2014 Hazelcast, Inc.. All rights reserved.