Uses of Interface
com.hazelcast.spi.ManagedService

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 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.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.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.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. 
 

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
 

Classes in com.hazelcast.collection that implement ManagedService
 class CollectionService
           
 

Uses of ManagedService in com.hazelcast.collection.list
 

Classes in com.hazelcast.collection.list that implement ManagedService
 class ListService
           
 

Uses of ManagedService in com.hazelcast.collection.set
 

Classes in com.hazelcast.collection.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.
 

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.queue.impl
 

Classes in com.hazelcast.queue.impl that implement ManagedService
 class QueueService
          Provides important services via methods for the the Queue such as QueueEvictionProcessor
 

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.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
           
 



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