|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
MapService |
MapServiceFactory.createMapService()
Returns a MapService object. |
MapService |
PartitionContainer.getMapService()
|
MapService |
MapServiceContext.getService()
|
| Methods in com.hazelcast.map.impl that return types with arguments of type MapService | |
|---|---|
static ConstructorFunction<NodeEngine,MapService> |
MapServiceConstructor.getDefaultMapServiceConstructor()
Returns a Constructor which will be used to create a MapService object. |
| Methods in com.hazelcast.map.impl with parameters of type MapService | |
|---|---|
void |
MapServiceContext.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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||