|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MigrationEvent | |
---|---|
com.hazelcast.core | Provides core API interfaces/classes. |
com.hazelcast.partition.impl | Contains the actual implementation of the InternalPartitionService . |
Uses of MigrationEvent in com.hazelcast.core |
---|
Methods in com.hazelcast.core with parameters of type MigrationEvent | |
---|---|
void |
MigrationListener.migrationCompleted(MigrationEvent migrationEvent)
Invoked when a partition migration is completed. |
void |
MigrationListener.migrationFailed(MigrationEvent migrationEvent)
Invoked when a partition migration is failed. |
void |
MigrationListener.migrationStarted(MigrationEvent migrationEvent)
Invoked when a partition migration is started. |
Uses of MigrationEvent in com.hazelcast.partition.impl |
---|
Methods in com.hazelcast.partition.impl with parameters of type MigrationEvent | |
---|---|
void |
InternalPartitionServiceImpl.dispatchEvent(MigrationEvent migrationEvent,
MigrationListener migrationListener)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |