com.hazelcast.client.spi.impl
Class ClientClusterServiceImpl
java.lang.Object
  
com.hazelcast.client.spi.impl.ClientClusterServiceImpl
- All Implemented Interfaces: 
 - ClientClusterService
 
public class ClientClusterServiceImpl
- extends Object
- implements ClientClusterService
  
The ClientClusterService implementation.
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ClientClusterServiceImpl
public ClientClusterServiceImpl(HazelcastClientInstanceImpl client)
getMember
public MemberImpl getMember(Address address)
- Specified by:
 getMember in interface ClientClusterService
 
 
getMember
public MemberImpl getMember(String uuid)
- Specified by:
 getMember in interface ClientClusterService
 
 
getMemberList
public Collection<MemberImpl> getMemberList()
- Specified by:
 getMemberList in interface ClientClusterService
 
 
getMasterAddress
public Address getMasterAddress()
- Specified by:
 getMasterAddress in interface ClientClusterService
 
 
getSize
public int getSize()
- Specified by:
 getSize in interface ClientClusterService
 
 
getClusterTime
public long getClusterTime()
- Specified by:
 getClusterTime in interface ClientClusterService
 
 
getLocalClient
public Client getLocalClient()
- Specified by:
 getLocalClient in interface ClientClusterService
 
 
addMembershipListener
public String addMembershipListener(MembershipListener listener)
- Specified by:
 addMembershipListener in interface ClientClusterService
 
 
removeMembershipListener
public boolean removeMembershipListener(String registrationId)
- Specified by:
 removeMembershipListener in interface ClientClusterService
 
 
start
public void start()
 
 
stop
public void stop()
 
 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.