| Package | Description |
|---|---|
| com.hazelcast.client.impl.proxy |
This package contains client side proxy implementations of the different Hazelcast data structures
and operation types
|
| 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.
|
| com.hazelcast.spi.partition |
Contains the SPI for partition logic for Hazelcast.
|
| Modifier and Type | Method and Description |
|---|---|
UUID |
PartitionServiceProxy.addMigrationListener(MigrationListener migrationListener) |
| Modifier and Type | Method and Description |
|---|---|
UUID |
PartitionServiceProxy.addMigrationListener(MigrationListener migrationListener) |
| Modifier and Type | Method and Description |
|---|---|
UUID |
PartitionEventManager.addMigrationListener(MigrationListener listener) |
UUID |
InternalPartitionServiceImpl.addMigrationListener(MigrationListener listener) |
| Modifier and Type | Method and Description |
|---|---|
UUID |
PartitionService.addMigrationListener(MigrationListener migrationListener)
Adds a MigrationListener.
|
| Modifier and Type | Method and Description |
|---|---|
UUID |
IPartitionService.addMigrationListener(MigrationListener migrationListener) |
Copyright © 2019 Hazelcast, Inc.. All rights reserved.