Uses of Interface
com.hazelcast.spi.NodeEngine

Packages that use NodeEngine
com.hazelcast.client This package contains the serverside client functionality 
com.hazelcast.cluster   
com.hazelcast.mapreduce This package contains the MapReduce API definition for Hazelcast.
All map reduce operations running in a distributed manner inside the active 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.mapreduce
 

Methods in com.hazelcast.mapreduce with parameters of type NodeEngine
abstract  boolean KeyValueSource.open(NodeEngine nodeEngine)
          This method is called before accessing the key-value pairs of this KeyValueSource
 

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)
          Initializes the ManagedService
 Operation Operation.setNodeEngine(NodeEngine nodeEngine)
           
 

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



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