com.hazelcast.client
Interface ClientEngine

All Known Implementing Classes:
ClientEngineImpl

public interface ClientEngine


Method Summary
 int getClientEndpointCount()
           
 ClusterService getClusterService()
           
 Config getConfig()
           
 EventService getEventService()
           
 com.hazelcast.instance.MemberImpl getLocalMember()
           
 com.hazelcast.logging.ILogger getLogger(Class clazz)
           
 com.hazelcast.logging.ILogger getLogger(String className)
           
 com.hazelcast.nio.Address getMasterAddress()
           
 com.hazelcast.partition.InternalPartitionService getPartitionService()
           
 ProxyService getProxyService()
           
 SecurityContext getSecurityContext()
           
 SerializationService getSerializationService()
           
 com.hazelcast.nio.Address getThisAddress()
           
 TransactionManagerService getTransactionManagerService()
           
 Data toData(Object obj)
           
 Object toObject(Data data)
           
 

Method Detail

getClientEndpointCount

int getClientEndpointCount()

getPartitionService

com.hazelcast.partition.InternalPartitionService getPartitionService()

getClusterService

ClusterService getClusterService()

getSerializationService

SerializationService getSerializationService()

getEventService

EventService getEventService()

getTransactionManagerService

TransactionManagerService getTransactionManagerService()

getProxyService

ProxyService getProxyService()

getConfig

Config getConfig()

getLogger

com.hazelcast.logging.ILogger getLogger(Class clazz)

getLogger

com.hazelcast.logging.ILogger getLogger(String className)

toObject

Object toObject(Data data)

toData

Data toData(Object obj)

getMasterAddress

com.hazelcast.nio.Address getMasterAddress()

getThisAddress

com.hazelcast.nio.Address getThisAddress()

getLocalMember

com.hazelcast.instance.MemberImpl getLocalMember()

getSecurityContext

SecurityContext getSecurityContext()


Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.