Package | Description |
---|---|
com.hazelcast.map |
Contains Hazelcast map module classes.
|
Modifier and Type | Method and Description |
---|---|
static MapService |
MapService.create(NodeEngine nodeEngine)
Static factory method which creates a new map service object.
|
MapService |
PartitionContainer.getMapService() |
MapService |
MapServiceContext.getService() |
MapService |
DefaultMapServiceContext.getService() |
Modifier and Type | Method and Description |
---|---|
void |
MapServiceContext.setService(MapService mapService) |
void |
DefaultMapServiceContext.setService(MapService mapService) |
Constructor and Description |
---|
PartitionContainer(MapService mapService,
int partitionId) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.