Package | Description |
---|---|
com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
com.hazelcast.cardinality.impl | |
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.durableexecutor.impl |
Contains the
DurableExecutorService implementation classes. |
com.hazelcast.internal.eviction |
Eviction policy implementations.
|
com.hazelcast.internal.partition.operation |
Contains the operations for partition package.
|
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.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
Ringbuffer implementation classes. |
com.hazelcast.scheduledexecutor.impl | |
com.hazelcast.spi |
Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services.
|
com.hazelcast.spi.impl |
Contains implementations for Hazelcast SPI.
|
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 |
CacheService.commitMigration(PartitionMigrationEvent event) |
void |
AbstractCacheService.rollbackMigration(PartitionMigrationEvent event) |
void |
CacheService.rollbackMigration(PartitionMigrationEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
CardinalityEstimatorService.beforeMigration(PartitionMigrationEvent event) |
void |
CardinalityEstimatorService.commitMigration(PartitionMigrationEvent event) |
void |
CardinalityEstimatorService.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 |
DistributedDurableExecutorService.beforeMigration(PartitionMigrationEvent event) |
void |
DistributedDurableExecutorService.commitMigration(PartitionMigrationEvent event) |
void |
DistributedDurableExecutorService.rollbackMigration(PartitionMigrationEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
ExpirationManager.onCommitMigration(PartitionMigrationEvent event)
On commit migration step, we need to send already queued expired keys if
migration source end point is a primary replica.
|
Modifier and Type | Method and Description |
---|---|
protected PartitionMigrationEvent |
MigrationRequestOperation.getMigrationEvent() |
protected PartitionMigrationEvent |
MigrationOperation.getMigrationEvent() |
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 |
DistributedScheduledExecutorService.beforeMigration(PartitionMigrationEvent event) |
void |
DistributedScheduledExecutorService.commitMigration(PartitionMigrationEvent event) |
void |
DistributedScheduledExecutorService.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 |
CountingMigrationAwareService.beforeMigration(PartitionMigrationEvent event) |
void |
CountingMigrationAwareService.commitMigration(PartitionMigrationEvent event) |
void |
CountingMigrationAwareService.rollbackMigration(PartitionMigrationEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
XAService.beforeMigration(PartitionMigrationEvent event) |
void |
XAService.commitMigration(PartitionMigrationEvent event) |
void |
XAService.rollbackMigration(PartitionMigrationEvent event) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.