public interface ClientEngine
Modifier and Type | Method and Description |
---|---|
int |
getClientEndpointCount() |
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() |
InternalPartitionService |
getPartitionService() |
ProxyService |
getProxyService() |
SecurityContext |
getSecurityContext() |
SerializationService |
getSerializationService()
Returns the SerializationService.
|
Address |
getThisAddress() |
int getClientEndpointCount()
InternalPartitionService getPartitionService()
ClusterService getClusterService()
EventService getEventService()
ProxyService getProxyService()
Config getConfig()
Address getMasterAddress()
Address getThisAddress()
MemberImpl getLocalMember()
SecurityContext getSecurityContext()
SerializationService getSerializationService()
Map<ClientType,Integer> getConnectedClientStats()
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.