See: Description
| Interface | Description |
|---|---|
| FragmentedMigrationAwareService |
FragmentedMigrationAwareService is an extension to the MigrationAwareService which allows
migration/replication of partition replicas in smaller fragments. |
| IPartition |
Represents a Partition.
|
| IPartitionLostEvent |
Internal event that is dispatched to
PartitionAwareService.onPartitionLost(com.hazelcast.spi.partition.IPartitionLostEvent) |
| IPartitionService |
An SPI service for accessing partition related information.
|
| MigrationAwareService |
An interface that can be implemented by SPI services to get notified of partition changes; for example, if a
MapService starts moving its data around because partitions are moving
to a different machine. |
| PartitionAwareService |
An interface that can be implemented by SPI services to get notified of when a partition-related event occurs; for example,
if a
MapService notifies its map listeners when partition is lost for a map. |
| Class | Description |
|---|---|
| PartitionMigrationEvent |
An
EventObject for a partition migration. |
| PartitionReplicationEvent |
An event send to
MigrationAwareService when partition changes happen. |
| Enum | Description |
|---|---|
| MigrationEndpoint |
Denotes endpoint of a migration.
|
Copyright © 2019 Hazelcast, Inc.. All rights reserved.