com.hazelcast.client
Interface ClientEngine
- All Known Implementing Classes:
- ClientEngineImpl
public interface ClientEngine
The client Engine.
todo: what is the purpose of the client engine.
getClientEndpointCount
int getClientEndpointCount()
getPartitionService
InternalPartitionService getPartitionService()
getClusterService
ClusterService getClusterService()
getEventService
EventService getEventService()
getProxyService
ProxyService getProxyService()
getConfig
Config getConfig()
getLogger
ILogger getLogger(Class clazz)
getMasterAddress
Address getMasterAddress()
getThisAddress
Address getThisAddress()
getLocalMember
MemberImpl getLocalMember()
getSecurityContext
SecurityContext getSecurityContext()
getConnectedClientStats
Map<ClientType,Integer> getConnectedClientStats()
- Returns Map which contains number of connected clients to the cluster.
The returned map can be used to get information about connected clients to the cluster.
- Returns:
- Map .
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.