com.hazelcast.spi
Interface NodeEngine
public interface NodeEngine
- Author:
- mdogan 8/24/12
getOperationService
OperationService getOperationService()
getExecutionService
ExecutionService getExecutionService()
getClusterService
com.hazelcast.cluster.ClusterService getClusterService()
getPartitionService
com.hazelcast.partition.InternalPartitionService getPartitionService()
getEventService
EventService getEventService()
getSerializationService
SerializationService getSerializationService()
getProxyService
ProxyService getProxyService()
getWaitNotifyService
WaitNotifyService getWaitNotifyService()
getWanReplicationService
com.hazelcast.wan.WanReplicationService getWanReplicationService()
getTransactionManagerService
TransactionManagerService getTransactionManagerService()
getMasterAddress
com.hazelcast.nio.Address getMasterAddress()
getThisAddress
com.hazelcast.nio.Address getThisAddress()
getLocalMember
com.hazelcast.instance.MemberImpl getLocalMember()
getConfig
Config getConfig()
getConfigClassLoader
ClassLoader getConfigClassLoader()
getGroupProperties
com.hazelcast.instance.GroupProperties getGroupProperties()
getLogger
com.hazelcast.logging.ILogger getLogger(String name)
getLogger
com.hazelcast.logging.ILogger getLogger(Class clazz)
toData
Data toData(Object object)
toObject
<T> T toObject(Object object)
isActive
boolean isActive()
getHazelcastInstance
HazelcastInstance getHazelcastInstance()
getSharedService
<T extends SharedService> T getSharedService(String serviceName)
getOffHeapStorage
com.hazelcast.storage.Storage<com.hazelcast.storage.DataRef> getOffHeapStorage()
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.