| Package | Description |
|---|---|
| com.hazelcast.internal.partition |
Contains the internals for partition assignment/management, migration, replication etc.
|
| com.hazelcast.internal.partition.impl |
Contains the actual implementation of the
InternalPartitionService. |
| com.hazelcast.partition |
Contains the partition logic for Hazelcast.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PartitionEventListener<T extends PartitionEvent>
PartitionEventListener is a base interface for partition-related event listeners.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PartitionLostEventImpl
The event that is fired when a partition lost its owner and all backups.
|
class |
ReplicaMigrationEventImpl
An event fired when a partition migration starts, completes or fails.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InternalPartitionServiceImpl.dispatchEvent(PartitionEvent event,
PartitionEventListener<PartitionEvent> partitionEventListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
InternalPartitionServiceImpl.dispatchEvent(PartitionEvent event,
PartitionEventListener<PartitionEvent> partitionEventListener) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PartitionLostEvent
The event that is fired when a partition lost its owner and all backups.
|
interface |
ReplicaMigrationEvent
An event fired when a partition replica migration completes or fails.
|
Copyright © 2019 Hazelcast, Inc.. All rights reserved.