Uses of Class
com.hazelcast.spi.AbstractDistributedObject

Packages that use AbstractDistributedObject
com.hazelcast.cache.impl Hazelcast JSR-107 aka JCache implementation 
com.hazelcast.collection This package contains classes related to Collections (IList,ISet etc..)
 
com.hazelcast.collection.list This package contains IList functionality for Hazelcast.
 
com.hazelcast.collection.set This package contains ISet functionality for Hazelcast.
 
com.hazelcast.collection.txn This package contains the Transaction behavior for the Collections.
 
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 This package contains Lock for Hazelcast.
The ILock is the distributed version of the Lock
com.hazelcast.concurrent.semaphore This package contains ISemaphore functionality for Hazelcast.
The ISemaphore is the distributed version of the Semaphore
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.proxy Contains map proxy implementation and support classes. 
com.hazelcast.map.impl.tx Contains implementation classes for TransactionalMap 
com.hazelcast.multimap.impl Contains classes for Hazelcast MultiMap module. 
com.hazelcast.multimap.impl.txn This package contains the Transaction behavior for the Multimap.
 
com.hazelcast.queue.impl.proxy This package contains the IQueue proxies.
 
com.hazelcast.queue.impl.tx This package contains the Transaction behavior for the IQueue.
 
com.hazelcast.replicatedmap.impl This package contains the implementation of the replicated map service itself and some connection interfaces only used internally - No public API! 
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. 
 

Uses of AbstractDistributedObject in com.hazelcast.cache.impl
 

Subclasses of AbstractDistributedObject in com.hazelcast.cache.impl
 class CacheDistributedObject
          Basic distributed object which serves as an accessor to CacheService and NodeEngine.
 

Uses of AbstractDistributedObject in com.hazelcast.collection
 

Subclasses of AbstractDistributedObject in com.hazelcast.collection
 class AbstractCollectionProxyImpl<S extends RemoteService,E>
           
 

Uses of AbstractDistributedObject in com.hazelcast.collection.list
 

Subclasses of AbstractDistributedObject in com.hazelcast.collection.list
 class ListProxyImpl<E>
           
 

Uses of AbstractDistributedObject in com.hazelcast.collection.set
 

Subclasses of AbstractDistributedObject in com.hazelcast.collection.set
 class SetProxyImpl<E>
           
 

Uses of AbstractDistributedObject in com.hazelcast.collection.txn
 

Subclasses of AbstractDistributedObject in com.hazelcast.collection.txn
 class AbstractTransactionalCollectionProxy<S extends RemoteService,E>
           
 class TransactionalListProxy<E>
           
 class TransactionalSetProxy<E>
           
 

Uses of AbstractDistributedObject in com.hazelcast.concurrent.atomiclong
 

Subclasses of AbstractDistributedObject in com.hazelcast.concurrent.atomiclong
 class AtomicLongProxy
           
 

Uses of AbstractDistributedObject in com.hazelcast.concurrent.atomicreference
 

Subclasses of AbstractDistributedObject in com.hazelcast.concurrent.atomicreference
 class AtomicReferenceProxy<E>
           
 

Uses of AbstractDistributedObject in com.hazelcast.concurrent.countdownlatch
 

Subclasses of AbstractDistributedObject in com.hazelcast.concurrent.countdownlatch
 class CountDownLatchProxy
           
 

Uses of AbstractDistributedObject in com.hazelcast.concurrent.idgen
 

Subclasses of AbstractDistributedObject in com.hazelcast.concurrent.idgen
 class IdGeneratorProxy
           
 

Uses of AbstractDistributedObject in com.hazelcast.concurrent.lock
 

Subclasses of AbstractDistributedObject in com.hazelcast.concurrent.lock
 class LockProxy
           
 

Uses of AbstractDistributedObject in com.hazelcast.concurrent.semaphore
 

Subclasses of AbstractDistributedObject in com.hazelcast.concurrent.semaphore
 class SemaphoreProxy
           
 

Uses of AbstractDistributedObject in com.hazelcast.executor.impl
 

Subclasses of AbstractDistributedObject in com.hazelcast.executor.impl
 class ExecutorServiceProxy
           
 

Uses of AbstractDistributedObject in com.hazelcast.map.impl.proxy
 

Subclasses of AbstractDistributedObject in com.hazelcast.map.impl.proxy
 class MapProxyImpl<K,V>
          Proxy implementation of IMap interface.
 

Uses of AbstractDistributedObject in com.hazelcast.map.impl.tx
 

Subclasses of AbstractDistributedObject in com.hazelcast.map.impl.tx
 class TransactionalMapProxy
          Proxy implementation of TransactionalMap interface.
 class TransactionalMapProxySupport
          Base class contains proxy helper methods for TransactionalMapProxy
 

Uses of AbstractDistributedObject in com.hazelcast.multimap.impl
 

Subclasses of AbstractDistributedObject in com.hazelcast.multimap.impl
 class MultiMapProxySupport
           
 class ObjectMultiMapProxy<K,V>
           
 

Uses of AbstractDistributedObject in com.hazelcast.multimap.impl.txn
 

Subclasses of AbstractDistributedObject in com.hazelcast.multimap.impl.txn
 class TransactionalMultiMapProxy<K,V>
           
 class TransactionalMultiMapProxySupport
           
 

Uses of AbstractDistributedObject in com.hazelcast.queue.impl.proxy
 

Subclasses of AbstractDistributedObject in com.hazelcast.queue.impl.proxy
 class QueueProxyImpl<E>
          Proxy implementation for the Queue.
 

Uses of AbstractDistributedObject in com.hazelcast.queue.impl.tx
 

Subclasses of AbstractDistributedObject in com.hazelcast.queue.impl.tx
 class TransactionalQueueProxy<E>
          Provides proxy for the Transactional Queue.
 class TransactionalQueueProxySupport
          Provides support for proxy of the Transactional Queue.
 

Uses of AbstractDistributedObject in com.hazelcast.replicatedmap.impl
 

Subclasses of AbstractDistributedObject in com.hazelcast.replicatedmap.impl
 class ReplicatedMapProxy<K,V>
          The internal ReplicatedMap implementation proxying the requests to the underlying ReplicatedRecordStore
 

Uses of AbstractDistributedObject in com.hazelcast.topic.impl
 

Subclasses of AbstractDistributedObject in com.hazelcast.topic.impl
 class TopicProxy<E>
           
 class TotalOrderedTopicProxy
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.