Package | Description |
---|---|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
com.hazelcast.cluster |
This package contains the cluster functionality.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientEngineImpl.init(NodeEngine nodeEngine,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterServiceImpl.init(NodeEngine nodeEngine,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
KeyValueSource.open(NodeEngine nodeEngine)
This method is called before accessing the key-value pairs of this KeyValueSource
|
Modifier and Type | Method and Description |
---|---|
NodeEngine |
Operation.getNodeEngine() |
NodeEngine |
AbstractDistributedObject.getNodeEngine() |
Modifier and Type | Method and Description |
---|---|
void |
ManagedService.init(NodeEngine nodeEngine,
Properties properties)
Initializes the ManagedService
|
Operation |
Operation.setNodeEngine(NodeEngine nodeEngine) |
Constructor and Description |
---|
AbstractDistributedObject(NodeEngine nodeEngine,
S service) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.