Uses of Class
com.hazelcast.spi.PartitionReplicationEvent

Packages that use PartitionReplicationEvent
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.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.queue.impl This package contains the IQueue functionality.
The IQueue is the distributed version of the BlockingQueue
com.hazelcast.spi Provides interfaces/classes for Hazelcast SPI. 
 

Uses of PartitionReplicationEvent in com.hazelcast.cache.impl
 

Methods in com.hazelcast.cache.impl with parameters of type PartitionReplicationEvent
 Operation CacheService.prepareReplicationOperation(PartitionReplicationEvent event)
           
 

Uses of PartitionReplicationEvent in com.hazelcast.collection
 

Methods in com.hazelcast.collection with parameters of type PartitionReplicationEvent
 Map<String,CollectionContainer> CollectionService.getMigrationData(PartitionReplicationEvent event)
           
 

Uses of PartitionReplicationEvent in com.hazelcast.collection.list
 

Methods in com.hazelcast.collection.list with parameters of type PartitionReplicationEvent
 Operation ListService.prepareReplicationOperation(PartitionReplicationEvent event)
           
 

Uses of PartitionReplicationEvent in com.hazelcast.collection.set
 

Methods in com.hazelcast.collection.set with parameters of type PartitionReplicationEvent
 Operation SetService.prepareReplicationOperation(PartitionReplicationEvent event)
           
 

Uses of PartitionReplicationEvent in com.hazelcast.concurrent.atomiclong
 

Methods in com.hazelcast.concurrent.atomiclong with parameters of type PartitionReplicationEvent
 Operation AtomicLongService.prepareReplicationOperation(PartitionReplicationEvent event)
           
 

Uses of PartitionReplicationEvent in com.hazelcast.concurrent.atomicreference
 

Methods in com.hazelcast.concurrent.atomicreference with parameters of type PartitionReplicationEvent
 Operation AtomicReferenceService.prepareReplicationOperation(PartitionReplicationEvent event)
           
 

Uses of PartitionReplicationEvent in com.hazelcast.concurrent.countdownlatch
 

Methods in com.hazelcast.concurrent.countdownlatch with parameters of type PartitionReplicationEvent
 Operation CountDownLatchService.prepareReplicationOperation(PartitionReplicationEvent event)
           
 

Uses of PartitionReplicationEvent in com.hazelcast.concurrent.lock
 

Methods in com.hazelcast.concurrent.lock with parameters of type PartitionReplicationEvent
 Operation LockServiceImpl.prepareReplicationOperation(PartitionReplicationEvent event)
           
 

Uses of PartitionReplicationEvent in com.hazelcast.concurrent.semaphore
 

Methods in com.hazelcast.concurrent.semaphore with parameters of type PartitionReplicationEvent
 Operation SemaphoreService.prepareReplicationOperation(PartitionReplicationEvent event)
           
 

Uses of PartitionReplicationEvent in com.hazelcast.map.impl
 

Methods in com.hazelcast.map.impl with parameters of type PartitionReplicationEvent
 Operation MapService.prepareReplicationOperation(PartitionReplicationEvent event)
           
 

Uses of PartitionReplicationEvent in com.hazelcast.multimap.impl
 

Methods in com.hazelcast.multimap.impl with parameters of type PartitionReplicationEvent
 Operation MultiMapService.prepareReplicationOperation(PartitionReplicationEvent event)
           
 

Uses of PartitionReplicationEvent in com.hazelcast.queue.impl
 

Methods in com.hazelcast.queue.impl with parameters of type PartitionReplicationEvent
 Operation QueueService.prepareReplicationOperation(PartitionReplicationEvent event)
           
 

Uses of PartitionReplicationEvent in com.hazelcast.spi
 

Methods in com.hazelcast.spi with parameters of type PartitionReplicationEvent
 Operation MigrationAwareService.prepareReplicationOperation(PartitionReplicationEvent event)
           
 



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