com.hazelcast.client
Class PartitionClientProxy
java.lang.Object
com.hazelcast.client.PartitionClientProxy
- All Implemented Interfaces:
- PartitionService
public class PartitionClientProxy
- extends Object
- implements PartitionService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PartitionClientProxy
public PartitionClientProxy(HazelcastClient client)
getPartitions
public Set<Partition> getPartitions()
- Specified by:
getPartitions in interface PartitionService
getPartition
public Partition getPartition(Object key)
- Specified by:
getPartition in interface PartitionService
addMigrationListener
public void addMigrationListener(MigrationListener migrationListener)
- Specified by:
addMigrationListener in interface PartitionService
removeMigrationListener
public void removeMigrationListener(MigrationListener migrationListener)
- Specified by:
removeMigrationListener in interface PartitionService
Copyright © 2012 Hazel Bilisim Ltd.. All Rights Reserved.