com.hazelcast.client
Interface ClientEngine
- All Known Implementing Classes:
- ClientEngineImpl
public interface ClientEngine
- Author:
- mdogan 4/25/13
getPartitionService
com.hazelcast.partition.PartitionService 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()
sendResponse
void sendResponse(ClientEndpoint endpoint,
Object response)
Copyright © 2013 Hazelcast, Inc.. All Rights Reserved.