com.hazelcast.client.proxy
Class ClientClusterProxy

java.lang.Object
  extended by com.hazelcast.client.proxy.ClientClusterProxy
All Implemented Interfaces:
Cluster

public class ClientClusterProxy
extends Object
implements Cluster

Client implementation of the Cluster.


Constructor Summary
ClientClusterProxy(ClientClusterServiceImpl clusterService)
           
 
Method Summary
 String addMembershipListener(MembershipListener listener)
           
 long getClusterTime()
           
 Member getLocalMember()
           
 Set<Member> getMembers()
           
 boolean removeMembershipListener(String registrationId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientClusterProxy

public ClientClusterProxy(ClientClusterServiceImpl clusterService)
Method Detail

addMembershipListener

public String addMembershipListener(MembershipListener listener)
Specified by:
addMembershipListener in interface Cluster

removeMembershipListener

public boolean removeMembershipListener(String registrationId)
Specified by:
removeMembershipListener in interface Cluster

getMembers

public Set<Member> getMembers()
Specified by:
getMembers in interface Cluster

getLocalMember

public Member getLocalMember()
Specified by:
getLocalMember in interface Cluster

getClusterTime

public long getClusterTime()
Specified by:
getClusterTime in interface Cluster


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.