| Package | Description | 
|---|---|
| com.hazelcast.cache.impl | 
     Hazelcast JSR-107 aka JCache implementation | 
| com.hazelcast.collection.impl.collection | |
| com.hazelcast.collection.impl.queue | |
| 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 | |
| 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.mappackage. | 
| com.hazelcast.multimap.impl | Contains classes for Hazelcast MultiMap module. | 
| com.hazelcast.replicatedmap.impl | This package contains the implementation of the replicated map service itself and some connection interfaces only used
 internally. | 
| com.hazelcast.ringbuffer.impl | Contains the  Ringbufferimplementation classes. | 
| com.hazelcast.spi | Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services. | 
| com.hazelcast.transaction.impl.xa | Provides implementation for Hazelcast XA transaction support. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractCacheService. beforeMigration(PartitionMigrationEvent event) | 
| void | AbstractCacheService. commitMigration(PartitionMigrationEvent event) | 
| void | AbstractCacheService. rollbackMigration(PartitionMigrationEvent event) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CollectionService. beforeMigration(PartitionMigrationEvent event) | 
| void | CollectionService. commitMigration(PartitionMigrationEvent event) | 
| void | CollectionService. rollbackMigration(PartitionMigrationEvent event) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | QueueService. beforeMigration(PartitionMigrationEvent partitionMigrationEvent) | 
| void | QueueService. commitMigration(PartitionMigrationEvent event) | 
| void | QueueService. rollbackMigration(PartitionMigrationEvent event) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AtomicLongService. beforeMigration(PartitionMigrationEvent partitionMigrationEvent) | 
| void | AtomicLongService. commitMigration(PartitionMigrationEvent event) | 
| void | AtomicLongService. rollbackMigration(PartitionMigrationEvent event) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AtomicReferenceService. beforeMigration(PartitionMigrationEvent partitionMigrationEvent) | 
| void | AtomicReferenceService. commitMigration(PartitionMigrationEvent event) | 
| void | AtomicReferenceService. rollbackMigration(PartitionMigrationEvent event) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CountDownLatchService. beforeMigration(PartitionMigrationEvent partitionMigrationEvent) | 
| void | CountDownLatchService. commitMigration(PartitionMigrationEvent event) | 
| void | CountDownLatchService. rollbackMigration(PartitionMigrationEvent event) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LockServiceImpl. beforeMigration(PartitionMigrationEvent partitionMigrationEvent) | 
| void | LockServiceImpl. commitMigration(PartitionMigrationEvent event) | 
| void | LockServiceImpl. rollbackMigration(PartitionMigrationEvent event) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SemaphoreService. beforeMigration(PartitionMigrationEvent partitionMigrationEvent) | 
| void | SemaphoreService. commitMigration(PartitionMigrationEvent event) | 
| void | SemaphoreService. rollbackMigration(PartitionMigrationEvent event) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MapService. beforeMigration(PartitionMigrationEvent event) | 
| void | MapService. commitMigration(PartitionMigrationEvent event) | 
| void | MapService. rollbackMigration(PartitionMigrationEvent event) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MultiMapService. beforeMigration(PartitionMigrationEvent partitionMigrationEvent) | 
| void | MultiMapService. commitMigration(PartitionMigrationEvent event) | 
| void | MultiMapService. rollbackMigration(PartitionMigrationEvent event) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ReplicatedMapService. beforeMigration(PartitionMigrationEvent event) | 
| void | ReplicatedMapService. commitMigration(PartitionMigrationEvent event) | 
| void | ReplicatedMapService. rollbackMigration(PartitionMigrationEvent event) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | RingbufferService. beforeMigration(PartitionMigrationEvent partitionMigrationEvent) | 
| void | RingbufferService. commitMigration(PartitionMigrationEvent event) | 
| void | RingbufferService. rollbackMigration(PartitionMigrationEvent event) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MigrationAwareService. beforeMigration(PartitionMigrationEvent event)Called before migration process starts, on both source and destination members. | 
| void | MigrationAwareService. commitMigration(PartitionMigrationEvent event)Commits the migration process for this service, on both source and destination members. | 
| void | MigrationAwareService. rollbackMigration(PartitionMigrationEvent event)Rollback the migration process for this service, on both source and destination members. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | XAService. beforeMigration(PartitionMigrationEvent event) | 
| void | XAService. commitMigration(PartitionMigrationEvent event) | 
| void | XAService. rollbackMigration(PartitionMigrationEvent event) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.