|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ManagedService | |
|---|---|
| com.hazelcast.cache.impl | Hazelcast JSR-107 aka JCache implementation |
| com.hazelcast.client.impl | Contains most of the client side HazelcastInstance implementation functionality. |
| com.hazelcast.cluster.impl | This package contains the implementation of the cluster functionality. |
| com.hazelcast.collection.impl.collection | |
| com.hazelcast.collection.impl.list | This package contains IList functionality for Hazelcast. |
| com.hazelcast.collection.impl.queue | |
| com.hazelcast.collection.impl.set | This package contains ISet functionality for Hazelcast. |
| 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.partition.impl | Contains the actual implementation of the InternalPartitionService. |
| 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.ringbuffer.impl | Contains the Ringbuffer implementation classes. |
| 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. |
| com.hazelcast.transaction.impl | Provides implementation for Hazelcast transaction support. |
| com.hazelcast.transaction.impl.xa | Provides implementation for Hazelcast XA transaction support. |
| Uses of ManagedService in com.hazelcast.cache.impl |
|---|
| Subinterfaces of ManagedService in com.hazelcast.cache.impl | |
|---|---|
interface |
ICacheService
|
| Classes in com.hazelcast.cache.impl that implement ManagedService | |
|---|---|
class |
AbstractCacheService
|
class |
CacheService
Cache Service is the main access point of JCache implementation. |
| Uses of ManagedService in com.hazelcast.client.impl |
|---|
| Classes in com.hazelcast.client.impl that implement ManagedService | |
|---|---|
class |
ClientEngineImpl
Class that requests, listeners from client handled in node side. |
| Uses of ManagedService in com.hazelcast.cluster.impl |
|---|
| Classes in com.hazelcast.cluster.impl that implement ManagedService | |
|---|---|
class |
ClusterServiceImpl
|
| Uses of ManagedService in com.hazelcast.collection.impl.collection |
|---|
| Classes in com.hazelcast.collection.impl.collection that implement ManagedService | |
|---|---|
class |
CollectionService
|
| Uses of ManagedService in com.hazelcast.collection.impl.list |
|---|
| Classes in com.hazelcast.collection.impl.list that implement ManagedService | |
|---|---|
class |
ListService
|
| Uses of ManagedService in com.hazelcast.collection.impl.queue |
|---|
| Classes in com.hazelcast.collection.impl.queue that implement ManagedService | |
|---|---|
class |
QueueService
Provides important services via methods for the the Queue such as QueueEvictionProcessor |
| Uses of ManagedService in com.hazelcast.collection.impl.set |
|---|
| Classes in com.hazelcast.collection.impl.set that implement ManagedService | |
|---|---|
class |
SetService
|
| Uses of ManagedService in com.hazelcast.concurrent.atomiclong |
|---|
| Classes in com.hazelcast.concurrent.atomiclong that implement ManagedService | |
|---|---|
class |
AtomicLongService
|
| Uses of ManagedService in com.hazelcast.concurrent.atomicreference |
|---|
| Classes in com.hazelcast.concurrent.atomicreference that implement ManagedService | |
|---|---|
class |
AtomicReferenceService
|
| Uses of ManagedService in com.hazelcast.concurrent.countdownlatch |
|---|
| Classes in com.hazelcast.concurrent.countdownlatch that implement ManagedService | |
|---|---|
class |
CountDownLatchService
|
| Uses of ManagedService in com.hazelcast.concurrent.idgen |
|---|
| Classes in com.hazelcast.concurrent.idgen that implement ManagedService | |
|---|---|
class |
IdGeneratorService
|
| Uses of ManagedService in com.hazelcast.concurrent.lock |
|---|
| Classes in com.hazelcast.concurrent.lock that implement ManagedService | |
|---|---|
class |
LockServiceImpl
|
| Uses of ManagedService in com.hazelcast.concurrent.semaphore |
|---|
| Classes in com.hazelcast.concurrent.semaphore that implement ManagedService | |
|---|---|
class |
SemaphoreService
|
| Uses of ManagedService in com.hazelcast.executor.impl |
|---|
| Classes in com.hazelcast.executor.impl that implement ManagedService | |
|---|---|
class |
DistributedExecutorService
|
| Uses of ManagedService in com.hazelcast.map.impl |
|---|
| Classes in com.hazelcast.map.impl that implement ManagedService | |
|---|---|
class |
MapService
Defines map service behavior. |
| Fields in com.hazelcast.map.impl declared as ManagedService | |
|---|---|
protected ManagedService |
MapService.managedService
|
| Uses of ManagedService in com.hazelcast.mapreduce.impl |
|---|
| Classes in com.hazelcast.mapreduce.impl that implement ManagedService | |
|---|---|
class |
MapReduceService
The MapReduceService class is the base point for the map reduce implementation. |
| Uses of ManagedService in com.hazelcast.multimap.impl |
|---|
| Classes in com.hazelcast.multimap.impl that implement ManagedService | |
|---|---|
class |
MultiMapService
|
| Uses of ManagedService in com.hazelcast.partition.impl |
|---|
| Classes in com.hazelcast.partition.impl that implement ManagedService | |
|---|---|
class |
InternalPartitionServiceImpl
The InternalPartitionService implementation. |
| Uses of ManagedService in com.hazelcast.replicatedmap.impl |
|---|
| Classes in com.hazelcast.replicatedmap.impl that implement ManagedService | |
|---|---|
class |
ReplicatedMapService
This is the main service implementation to handle replication and manages the backing ReplicatedRecordStores that actually hold the data |
| Uses of ManagedService in com.hazelcast.ringbuffer.impl |
|---|
| Classes in com.hazelcast.ringbuffer.impl that implement ManagedService | |
|---|---|
class |
RingbufferService
The SPI Service that deals with the Ringbuffer. |
| Uses of ManagedService in com.hazelcast.topic.impl |
|---|
| Classes in com.hazelcast.topic.impl that implement ManagedService | |
|---|---|
class |
TopicService
|
| Uses of ManagedService in com.hazelcast.transaction.impl |
|---|
| Classes in com.hazelcast.transaction.impl that implement ManagedService | |
|---|---|
class |
TransactionManagerServiceImpl
|
| Uses of ManagedService in com.hazelcast.transaction.impl.xa |
|---|
| Classes in com.hazelcast.transaction.impl.xa that implement ManagedService | |
|---|---|
class |
XAService
Provides XAResource to the user via proxyService Holds all prepared state xa transactions |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||