| Package | Description |
|---|---|
| com.hazelcast.collection | |
| 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.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.proxy | |
| com.hazelcast.map.tx | |
| com.hazelcast.multimap | |
| com.hazelcast.multimap.txn | |
| com.hazelcast.queue.proxy | |
| com.hazelcast.queue.tx | |
| 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 |
AbstractCollectionProxyImpl<S extends RemoteService,E> |
| Modifier and Type | Class and Description |
|---|---|
class |
ListProxyImpl<E> |
| Modifier and Type | Class and Description |
|---|---|
class |
SetProxyImpl<E> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTransactionalCollectionProxy<S extends RemoteService,E> |
class |
TransactionalListProxy<E> |
class |
TransactionalSetProxy<E> |
| Modifier and Type | Class and Description |
|---|---|
class |
AtomicLongProxy |
| Modifier and Type | Class and Description |
|---|---|
class |
AtomicReferenceProxy<E> |
| Modifier and Type | Class and Description |
|---|---|
class |
CountDownLatchProxy |
| Modifier and Type | Class and Description |
|---|---|
class |
IdGeneratorProxy |
| Modifier and Type | Class and Description |
|---|---|
class |
LockProxy |
| Modifier and Type | Class and Description |
|---|---|
class |
SemaphoreProxy |
| Modifier and Type | Class and Description |
|---|---|
class |
ExecutorServiceProxy |
| Modifier and Type | Class and Description |
|---|---|
class |
MapProxyImpl<K,V> |
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionalMapProxy |
class |
TransactionalMapProxySupport |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiMapProxySupport |
class |
ObjectMultiMapProxy<K,V> |
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionalMultiMapProxy<K,V> |
class |
TransactionalMultiMapProxySupport |
| Modifier and Type | Class and Description |
|---|---|
class |
QueueProxyImpl<E>
User: ali
Date: 11/14/12
Time: 13:23 AM
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionalQueueProxy<E> |
class |
TransactionalQueueProxySupport |
| Modifier and Type | Class and Description |
|---|---|
class |
TopicProxy<E> |
class |
TotalOrderedTopicProxy |
Copyright © 2021 Hazelcast, Inc.. All rights reserved.