com.hazelcast.client.proxy
Class ClientClusterProxy
java.lang.Object
com.hazelcast.client.proxy.ClientClusterProxy
- All Implemented Interfaces:
- Cluster
public class ClientClusterProxy
- extends Object
- implements Cluster
Client implementation of the Cluster.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientClusterProxy
public ClientClusterProxy(ClientClusterServiceImpl clusterService)
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.