Package | Description |
---|---|
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.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.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.
|
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 |
AtomicLongService.beforeMigration(PartitionMigrationEvent partitionMigrationEvent) |
void |
AtomicLongService.commitMigration(PartitionMigrationEvent partitionMigrationEvent) |
void |
AtomicLongService.rollbackMigration(PartitionMigrationEvent partitionMigrationEvent) |
Modifier and Type | Method and Description |
---|---|
void |
AtomicReferenceService.beforeMigration(PartitionMigrationEvent partitionMigrationEvent) |
void |
AtomicReferenceService.commitMigration(PartitionMigrationEvent partitionMigrationEvent) |
void |
AtomicReferenceService.rollbackMigration(PartitionMigrationEvent partitionMigrationEvent) |
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 |
QueueService.beforeMigration(PartitionMigrationEvent partitionMigrationEvent) |
void |
QueueService.commitMigration(PartitionMigrationEvent event) |
void |
QueueService.rollbackMigration(PartitionMigrationEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
MigrationAwareService.beforeMigration(PartitionMigrationEvent event) |
void |
MigrationAwareService.commitMigration(PartitionMigrationEvent event) |
void |
MigrationAwareService.rollbackMigration(PartitionMigrationEvent event) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.