Package | Description |
---|---|
com.hazelcast.internal.partition.operation |
Contains the operations for partition package.
|
com.hazelcast.spi |
Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services.
|
com.hazelcast.spi.partition |
Contains the SPI for partition logic for Hazelcast.
|
Constructor and Description |
---|
FinalizeMigrationOperation(MigrationInfo migrationInfo,
MigrationEndpoint endpoint,
boolean success) |
Modifier and Type | Method and Description |
---|---|
MigrationEndpoint |
PartitionMigrationEvent.getMigrationEndpoint()
Gets the partition migration endpoint.
|
Constructor and Description |
---|
PartitionMigrationEvent(MigrationEndpoint migrationEndpoint,
int partitionId,
int currentReplicaIndex,
int newReplicaIndex) |
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) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.