Package | Description |
---|---|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.partition |
Contains the partition logic for Hazelcast.
|
com.hazelcast.partition.impl |
Contains the actual implementation of the
InternalPartitionService . |
Modifier and Type | Class and Description |
---|---|
class |
MigrationEvent
An event fired when a partition migration starts, completes or fails.
|
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 |
PartitionLostEvent
The event that is fired when a partition lost its owner and all backups.
|
Modifier and Type | Method and Description |
---|---|
void |
InternalPartitionServiceImpl.dispatchEvent(PartitionEvent partitionEvent,
PartitionEventListener partitionEventListener) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.