@PrivateApi public interface ClientEngine extends ClientMessageHandler
| Modifier and Type | Method and Description | 
|---|---|
int | 
getClientEndpointCount()  | 
Map<String,String> | 
getClientStatistics()
The statistics is a String that is composed of key=value pairs separated by ',' . 
 | 
ClusterService | 
getClusterService()  | 
Config | 
getConfig()  | 
Map<ClientType,Integer> | 
getConnectedClientStats()
Returns Map which contains number of connected clients to the cluster. 
 | 
EventService | 
getEventService()  | 
MemberImpl | 
getLocalMember()  | 
ILogger | 
getLogger(Class clazz)  | 
Address | 
getMasterAddress()  | 
String | 
getOwnerUuid(String clientUuid)  | 
IPartitionService | 
getPartitionService()  | 
ProxyService | 
getProxyService()  | 
SecurityContext | 
getSecurityContext()  | 
SerializationService | 
getSerializationService()
Returns the SerializationService. 
 | 
Address | 
getThisAddress()  | 
String | 
getThisUuid()  | 
handleint getClientEndpointCount()
IPartitionService getPartitionService()
ClusterService getClusterService()
EventService getEventService()
ProxyService getProxyService()
Config getConfig()
Address getMasterAddress()
Address getThisAddress()
String getThisUuid()
MemberImpl getLocalMember()
SecurityContext getSecurityContext()
SerializationService getSerializationService()
Map<ClientType,Integer> getConnectedClientStats()
Map<String,String> getClientStatistics()
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.