com.hazelcast.client
Class PartitionClientProxy

java.lang.Object
  extended by com.hazelcast.client.PartitionClientProxy
All Implemented Interfaces:
PartitionService

public class PartitionClientProxy
extends Object
implements PartitionService


Constructor Summary
PartitionClientProxy(HazelcastClient client)
           
 
Method Summary
 void addMigrationListener(MigrationListener migrationListener)
           
 Partition getPartition(Object key)
           
 Set<Partition> getPartitions()
           
 void removeMigrationListener(MigrationListener migrationListener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartitionClientProxy

public PartitionClientProxy(HazelcastClient client)
Method Detail

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.