com.hazelcast.spi
Interface NodeEngine


public interface NodeEngine

Author:
mdogan 8/24/12

Method Summary
 ClusterService getClusterService()
           
 Config getConfig()
           
 ClassLoader getConfigClassLoader()
           
 EventService getEventService()
           
 ExecutionService getExecutionService()
           
 com.hazelcast.instance.GroupProperties getGroupProperties()
           
 HazelcastInstance getHazelcastInstance()
           
 com.hazelcast.instance.MemberImpl getLocalMember()
           
 com.hazelcast.logging.ILogger getLogger(Class clazz)
           
 com.hazelcast.logging.ILogger getLogger(String name)
           
 com.hazelcast.nio.Address getMasterAddress()
           
 com.hazelcast.storage.Storage<com.hazelcast.storage.DataRef> getOffHeapStorage()
           
 OperationService getOperationService()
           
 com.hazelcast.partition.InternalPartitionService getPartitionService()
           
 ProxyService getProxyService()
           
 SerializationService getSerializationService()
           
<T extends SharedService>
T
getSharedService(String serviceName)
           
 com.hazelcast.nio.Address getThisAddress()
           
 TransactionManagerService getTransactionManagerService()
           
 WaitNotifyService getWaitNotifyService()
           
 com.hazelcast.wan.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

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.