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.


Method Summary
 ClusterService getClusterService()
           
 Config getConfig()
           
 ClassLoader getConfigClassLoader()
           
 EventService getEventService()
           
 ExecutionService getExecutionService()
           
 GroupProperties getGroupProperties()
           
 HazelcastInstance getHazelcastInstance()
           
 MemberImpl getLocalMember()
           
 ILogger getLogger(Class clazz)
           
 ILogger getLogger(String name)
           
 Address getMasterAddress()
           
 Storage<DataRef> getOffHeapStorage()
           
 OperationService getOperationService()
           
 InternalPartitionService getPartitionService()
           
 ProxyService getProxyService()
           
 SerializationService getSerializationService()
           
<T extends SharedService>
T
getSharedService(String serviceName)
           
 Address getThisAddress()
           
 TransactionManagerService getTransactionManagerService()
           
 WaitNotifyService getWaitNotifyService()
           
 WanReplicationService getWanReplicationService()
           
 boolean isActive()
           
 Data toData(Object object)
           
<T> T
toObject(Object object)
           
 

Method Detail

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.