|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteService | |
---|---|
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 | 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.queue.impl | This package contains the IQueue functionality. The IQueue is the distributed version of the BlockingQueue . |
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.spi | Provides interfaces/classes 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. |
Uses of RemoteService in com.hazelcast.cache.impl |
---|
Subinterfaces of RemoteService in com.hazelcast.cache.impl | |
---|---|
interface |
ICacheService
|
Classes in com.hazelcast.cache.impl that implement RemoteService | |
---|---|
class |
AbstractCacheService
|
class |
CacheService
Cache Service is the main access point of JCache implementation. |
Uses of RemoteService in com.hazelcast.collection |
---|
Classes in com.hazelcast.collection with type parameters of type RemoteService | |
---|---|
class |
AbstractCollectionProxyImpl<S extends RemoteService,E>
|
Classes in com.hazelcast.collection that implement RemoteService | |
---|---|
class |
CollectionService
|
Uses of RemoteService in com.hazelcast.collection.list |
---|
Classes in com.hazelcast.collection.list that implement RemoteService | |
---|---|
class |
ListService
|
Uses of RemoteService in com.hazelcast.collection.set |
---|
Classes in com.hazelcast.collection.set that implement RemoteService | |
---|---|
class |
SetService
|
Uses of RemoteService in com.hazelcast.collection.txn |
---|
Classes in com.hazelcast.collection.txn with type parameters of type RemoteService | |
---|---|
class |
AbstractTransactionalCollectionProxy<S extends RemoteService,E>
|
Uses of RemoteService in com.hazelcast.concurrent.atomiclong |
---|
Classes in com.hazelcast.concurrent.atomiclong that implement RemoteService | |
---|---|
class |
AtomicLongService
|
Uses of RemoteService in com.hazelcast.concurrent.atomicreference |
---|
Classes in com.hazelcast.concurrent.atomicreference that implement RemoteService | |
---|---|
class |
AtomicReferenceService
|
Uses of RemoteService in com.hazelcast.concurrent.countdownlatch |
---|
Classes in com.hazelcast.concurrent.countdownlatch that implement RemoteService | |
---|---|
class |
CountDownLatchService
|
Uses of RemoteService in com.hazelcast.concurrent.idgen |
---|
Classes in com.hazelcast.concurrent.idgen that implement RemoteService | |
---|---|
class |
IdGeneratorService
|
Uses of RemoteService in com.hazelcast.concurrent.lock |
---|
Classes in com.hazelcast.concurrent.lock that implement RemoteService | |
---|---|
class |
LockServiceImpl
|
Uses of RemoteService in com.hazelcast.concurrent.semaphore |
---|
Classes in com.hazelcast.concurrent.semaphore that implement RemoteService | |
---|---|
class |
SemaphoreService
|
Uses of RemoteService in com.hazelcast.executor.impl |
---|
Classes in com.hazelcast.executor.impl that implement RemoteService | |
---|---|
class |
DistributedExecutorService
|
Uses of RemoteService in com.hazelcast.map.impl |
---|
Classes in com.hazelcast.map.impl that implement RemoteService | |
---|---|
class |
MapService
Defines map service behavior. |
Uses of RemoteService in com.hazelcast.mapreduce.impl |
---|
Classes in com.hazelcast.mapreduce.impl that implement RemoteService | |
---|---|
class |
MapReduceService
The MapReduceService class is the base point for the map reduce implementation. |
Uses of RemoteService in com.hazelcast.multimap.impl |
---|
Classes in com.hazelcast.multimap.impl that implement RemoteService | |
---|---|
class |
MultiMapService
|
Uses of RemoteService in com.hazelcast.queue.impl |
---|
Classes in com.hazelcast.queue.impl that implement RemoteService | |
---|---|
class |
QueueService
Provides important services via methods for the the Queue such as QueueEvictionProcessor |
Uses of RemoteService in com.hazelcast.replicatedmap.impl |
---|
Classes in com.hazelcast.replicatedmap.impl that implement RemoteService | |
---|---|
class |
ReplicatedMapService
This is the main service implementation to handle replication and manages the backing ReplicatedRecordStore s that actually hold the data |
Uses of RemoteService in com.hazelcast.spi |
---|
Classes in com.hazelcast.spi with type parameters of type RemoteService | |
---|---|
class |
AbstractDistributedObject<S extends RemoteService>
Abstract DistributedObject implementation. |
Uses of RemoteService in com.hazelcast.topic.impl |
---|
Classes in com.hazelcast.topic.impl that implement RemoteService | |
---|---|
class |
TopicService
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |