public interface NodeEngine
Modifier and Type | Method and Description |
---|---|
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> |
getSharedService(String serviceName) |
Address |
getThisAddress() |
TransactionManagerService |
getTransactionManagerService() |
WaitNotifyService |
getWaitNotifyService() |
WanReplicationService |
getWanReplicationService() |
boolean |
isActive() |
Data |
toData(Object object) |
<T> T |
toObject(Object object) |
OperationService getOperationService()
ExecutionService getExecutionService()
ClusterService getClusterService()
InternalPartitionService getPartitionService()
EventService getEventService()
SerializationService getSerializationService()
ProxyService getProxyService()
WaitNotifyService getWaitNotifyService()
WanReplicationService getWanReplicationService()
TransactionManagerService getTransactionManagerService()
Address getMasterAddress()
Address getThisAddress()
MemberImpl getLocalMember()
Config getConfig()
ClassLoader getConfigClassLoader()
GroupProperties getGroupProperties()
<T> T toObject(Object object)
boolean isActive()
HazelcastInstance getHazelcastInstance()
<T extends SharedService> T getSharedService(String serviceName)
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.