Uses of Class
com.hazelcast.map.impl.MapService

Packages that use MapService
com.hazelcast.map.impl Contains implementation specific classes of com.hazelcast.map package. 
com.hazelcast.map.impl.operation Package for map operations. 
com.hazelcast.map.impl.proxy Contains map proxy implementation and support classes. 
com.hazelcast.map.impl.tx Contains implementation classes for TransactionalMap 
 

Uses of MapService in com.hazelcast.map.impl
 

Methods in com.hazelcast.map.impl that return MapService
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()
           
 

Methods in com.hazelcast.map.impl with parameters of type MapService
 void MapServiceContext.setService(MapService mapService)
           
 void DefaultMapServiceContext.setService(MapService mapService)
           
 

Constructors in com.hazelcast.map.impl with parameters of type MapService
PartitionContainer(MapService mapService, int partitionId)
           
 

Uses of MapService in com.hazelcast.map.impl.operation
 

Fields in com.hazelcast.map.impl.operation declared as MapService
protected  MapService KeyBasedMapOperation.mapService
           
protected  MapService AbstractMapOperation.mapService
           
 

Constructors in com.hazelcast.map.impl.operation with parameters of type MapService
MapReplicationOperation(MapService mapService, PartitionContainer container, int partitionId, int replicaIndex)
           
 

Uses of MapService in com.hazelcast.map.impl.proxy
 

Constructors in com.hazelcast.map.impl.proxy with parameters of type MapService
MapProxyImpl(String name, MapService mapService, NodeEngine nodeEngine)
           
 

Uses of MapService in com.hazelcast.map.impl.tx
 

Constructors in com.hazelcast.map.impl.tx with parameters of type MapService
TransactionalMapProxy(String name, MapService mapService, NodeEngine nodeEngine, TransactionSupport transaction)
           
TransactionalMapProxySupport(String name, MapService mapService, NodeEngine nodeEngine, TransactionSupport transaction)
           
 



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