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.


Method Summary
 int getClientEndpointCount()
           
 ClusterService getClusterService()
           
 Config getConfig()
           
 EventService getEventService()
           
 MemberImpl getLocalMember()
           
 ILogger getLogger(Class clazz)
           
 Address getMasterAddress()
           
 InternalPartitionService getPartitionService()
           
 ProxyService getProxyService()
           
 SecurityContext getSecurityContext()
           
 Address getThisAddress()
           
 

Method Detail

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.