Package | Description |
---|---|
com.hazelcast.partition |
Contains the partition logic for Hazelcast.
|
com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
Modifier and Type | Method and Description |
---|---|
static MigrationEndpoint |
MigrationEndpoint.readFrom(DataInput in) |
static MigrationEndpoint |
MigrationEndpoint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MigrationEndpoint[] |
MigrationEndpoint.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 |
MigrationEndpoint.writeTo(MigrationEndpoint endpoint,
DataOutput out) |
Modifier and Type | Method and Description |
---|---|
MigrationEndpoint |
PartitionMigrationEvent.getMigrationEndpoint()
Gets the partition migration endpoint.
|
Constructor and Description |
---|
PartitionMigrationEvent(MigrationEndpoint migrationEndpoint,
int partitionId) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.