Uses of Interface
com.hazelcast.spi.NodeEngine

Packages that use NodeEngine
com.hazelcast.client   
com.hazelcast.cluster   
com.hazelcast.spi Provides interfaces/classes for Hazelcast SPI. 
 

Uses of NodeEngine in com.hazelcast.client
 

Methods in com.hazelcast.client with parameters of type NodeEngine
 void ClientEngineImpl.init(NodeEngine nodeEngine, Properties properties)
           
 

Uses of NodeEngine in com.hazelcast.cluster
 

Methods in com.hazelcast.cluster with parameters of type NodeEngine
 void ClusterServiceImpl.init(NodeEngine nodeEngine, Properties properties)
           
 

Uses of NodeEngine in com.hazelcast.spi
 

Methods in com.hazelcast.spi that return NodeEngine
 NodeEngine Operation.getNodeEngine()
           
 NodeEngine AbstractDistributedObject.getNodeEngine()
           
 

Methods in com.hazelcast.spi with parameters of type NodeEngine
 void ManagedService.init(NodeEngine nodeEngine, Properties properties)
           
 Operation Operation.setNodeEngine(NodeEngine nodeEngine)
           
 

Constructors in com.hazelcast.spi with parameters of type NodeEngine
AbstractDistributedObject(NodeEngine nodeEngine, S service)
           
 



Copyright © 2013 Hazelcast, Inc.. All Rights Reserved.