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()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.