public class PartitionClientProxy extends Object implements PartitionService
| Constructor and Description |
|---|
PartitionClientProxy(HazelcastClient client) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMigrationListener(MigrationListener migrationListener) |
Partition |
getPartition(Object key) |
Set<Partition> |
getPartitions() |
void |
removeMigrationListener(MigrationListener migrationListener) |
public PartitionClientProxy(HazelcastClient client)
public Set<Partition> getPartitions()
getPartitions in interface PartitionServicepublic Partition getPartition(Object key)
getPartition in interface PartitionServicepublic void addMigrationListener(MigrationListener migrationListener)
addMigrationListener in interface PartitionServicepublic void removeMigrationListener(MigrationListener migrationListener)
removeMigrationListener in interface PartitionServiceCopyright © 2014 Hazelcast, Inc.. All Rights Reserved.