Package | Description |
---|---|
com.hazelcast.impl | |
com.hazelcast.impl.partition |
Modifier and Type | Method and Description |
---|---|
void |
PartitionManager.fireMigrationEvent(MigrationStatus status,
int partitionId,
Address from,
Address to) |
Modifier and Type | Method and Description |
---|---|
static MigrationStatus |
MigrationStatus.get(byte code) |
static MigrationStatus |
MigrationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MigrationStatus[] |
MigrationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
MigrationNotification(MigrationStatus status,
MigrationRequestTask migrationRequestTask) |
Copyright © 2013 Hazelcast, Inc.. All rights reserved.