Uses of Interface
com.hazelcast.spi.MigrationAwareService

Packages that use MigrationAwareService
com.hazelcast.cache.impl Hazelcast JSR-107 aka JCache implementation 
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.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.map.impl Contains implementation specific classes of com.hazelcast.map package. 
com.hazelcast.multimap.impl Contains classes for Hazelcast MultiMap module. 
com.hazelcast.ringbuffer.impl Contains the Ringbuffer implementation classes. 
com.hazelcast.transaction.impl.xa Provides implementation for Hazelcast XA transaction support. 
 

Uses of MigrationAwareService in com.hazelcast.cache.impl
 

Subinterfaces of MigrationAwareService in com.hazelcast.cache.impl
 interface ICacheService
           
 

Classes in com.hazelcast.cache.impl that implement MigrationAwareService
 class AbstractCacheService
           
 class CacheService
          Cache Service is the main access point of JCache implementation.
 

Uses of MigrationAwareService in com.hazelcast.collection.impl.collection
 

Classes in com.hazelcast.collection.impl.collection that implement MigrationAwareService
 class CollectionService
           
 

Uses of MigrationAwareService in com.hazelcast.collection.impl.list
 

Classes in com.hazelcast.collection.impl.list that implement MigrationAwareService
 class ListService
           
 

Uses of MigrationAwareService in com.hazelcast.collection.impl.queue
 

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

Uses of MigrationAwareService in com.hazelcast.collection.impl.set
 

Classes in com.hazelcast.collection.impl.set that implement MigrationAwareService
 class SetService
           
 

Uses of MigrationAwareService in com.hazelcast.concurrent.atomiclong
 

Classes in com.hazelcast.concurrent.atomiclong that implement MigrationAwareService
 class AtomicLongService
           
 

Uses of MigrationAwareService in com.hazelcast.concurrent.atomicreference
 

Classes in com.hazelcast.concurrent.atomicreference that implement MigrationAwareService
 class AtomicReferenceService
           
 

Uses of MigrationAwareService in com.hazelcast.concurrent.countdownlatch
 

Classes in com.hazelcast.concurrent.countdownlatch that implement MigrationAwareService
 class CountDownLatchService
           
 

Uses of MigrationAwareService in com.hazelcast.concurrent.lock
 

Classes in com.hazelcast.concurrent.lock that implement MigrationAwareService
 class LockServiceImpl
           
 

Uses of MigrationAwareService in com.hazelcast.concurrent.semaphore
 

Classes in com.hazelcast.concurrent.semaphore that implement MigrationAwareService
 class SemaphoreService
           
 

Uses of MigrationAwareService in com.hazelcast.map.impl
 

Classes in com.hazelcast.map.impl that implement MigrationAwareService
 class MapService
          Defines map service behavior.
 

Fields in com.hazelcast.map.impl declared as MigrationAwareService
protected  MigrationAwareService MapService.migrationAwareService
           
 

Uses of MigrationAwareService in com.hazelcast.multimap.impl
 

Classes in com.hazelcast.multimap.impl that implement MigrationAwareService
 class MultiMapService
           
 

Uses of MigrationAwareService in com.hazelcast.ringbuffer.impl
 

Classes in com.hazelcast.ringbuffer.impl that implement MigrationAwareService
 class RingbufferService
          The SPI Service that deals with the Ringbuffer.
 

Uses of MigrationAwareService in com.hazelcast.transaction.impl.xa
 

Classes in com.hazelcast.transaction.impl.xa that implement MigrationAwareService
 class XAService
          Provides XAResource to the user via proxyService Holds all prepared state xa transactions
 



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