Package | Description |
---|---|
com.hazelcast.spi |
Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services.
|
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.
|
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.