@PrivateApi public interface ClientEngine
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() |
void |
handleClientMessage(ClientMessage message,
Connection connection) |
int 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()
void handleClientMessage(ClientMessage message, Connection connection)
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.