com.hazelcast.spi
Interface NodeEngine
- All Known Implementing Classes:
- NodeEngineImpl
public interface NodeEngine
The NodeEngine is the internal heart of a member. Most of the services can be found here.
getOperationService
OperationService getOperationService()
getExecutionService
ExecutionService getExecutionService()
getClusterService
ClusterService getClusterService()
getPartitionService
InternalPartitionService getPartitionService()
getEventService
EventService getEventService()
getSerializationService
SerializationService getSerializationService()
getProxyService
ProxyService getProxyService()
getWaitNotifyService
WaitNotifyService getWaitNotifyService()
getWanReplicationService
WanReplicationService getWanReplicationService()
getTransactionManagerService
TransactionManagerService getTransactionManagerService()
getMasterAddress
Address getMasterAddress()
getThisAddress
Address getThisAddress()
getLocalMember
MemberImpl getLocalMember()
getConfig
Config getConfig()
getConfigClassLoader
ClassLoader getConfigClassLoader()
getGroupProperties
GroupProperties getGroupProperties()
getLogger
ILogger getLogger(String name)
getLogger
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
Storage<DataRef> getOffHeapStorage()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.