|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MigrationEndpoint | |
---|---|
com.hazelcast.partition | Contains the partition logic for Hazelcast. |
com.hazelcast.spi | Provides interfaces/classes for Hazelcast SPI. |
Uses of MigrationEndpoint in com.hazelcast.partition |
---|
Methods in com.hazelcast.partition that return MigrationEndpoint | |
---|---|
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. |
Methods in com.hazelcast.partition with parameters of type MigrationEndpoint | |
---|---|
static void |
MigrationEndpoint.writeTo(MigrationEndpoint endpoint,
DataOutput out)
|
Uses of MigrationEndpoint in com.hazelcast.spi |
---|
Methods in com.hazelcast.spi that return MigrationEndpoint | |
---|---|
MigrationEndpoint |
PartitionMigrationEvent.getMigrationEndpoint()
|
Constructors in com.hazelcast.spi with parameters of type MigrationEndpoint | |
---|---|
PartitionMigrationEvent(MigrationEndpoint migrationEndpoint,
int partitionId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |