Package | Description |
---|---|
com.hazelcast.core |
Provides core API interfaces/classes.
|
Modifier and Type | Method and Description |
---|---|
MigrationEvent.MigrationStatus |
MigrationEvent.getStatus()
Returns the status of the migration: started, completed or failed
|
static MigrationEvent.MigrationStatus |
MigrationEvent.MigrationStatus.readFrom(DataInput in) |
static MigrationEvent.MigrationStatus |
MigrationEvent.MigrationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MigrationEvent.MigrationStatus[] |
MigrationEvent.MigrationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
MigrationEvent.MigrationStatus.writeTo(MigrationEvent.MigrationStatus status,
DataOutput out) |
Constructor and Description |
---|
MigrationEvent(int partitionId,
Member oldOwner,
Member newOwner,
MigrationEvent.MigrationStatus status) |
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.