Package | Description |
---|---|
com.hazelcast.collection.impl.txncollection | |
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
com.hazelcast.map.impl.nearcache.invalidation | |
com.hazelcast.map.impl.query | |
com.hazelcast.map.impl.tx |
Contains implementation classes for
TransactionalMap |
com.hazelcast.spi |
Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services.
|
com.hazelcast.spi.impl.operationservice |
Contains the
InternalOperationService API. |
com.hazelcast.spi.impl.operationservice.impl |
Contains the code for the
InternalOperationService implementation. |
Modifier and Type | Field and Description |
---|---|
protected OperationService |
AbstractTransactionalCollectionProxy.operationService |
Constructor and Description |
---|
MapKeyLoader(String mapName,
OperationService opService,
IPartitionService ps,
ClusterService clusterService,
ExecutionService execService,
IFunction<Object,Data> serialize) |
Constructor and Description |
---|
MemberMapMetaDataFetcher(ClusterService clusterService,
OperationService operationService,
ILogger logger) |
Modifier and Type | Field and Description |
---|---|
protected OperationService |
QueryRunner.operationService |
protected OperationService |
MapQueryEngineImpl.operationService |
protected OperationService |
PartitionScanRunner.operationService |
Modifier and Type | Field and Description |
---|---|
protected OperationService |
TransactionalMapProxySupport.operationService |
Modifier and Type | Method and Description |
---|---|
OperationService |
NodeEngine.getOperationService()
Gets the OperationService.
|
OperationService |
AbstractDistributedObject.getOperationService()
Gets the OperationService.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InternalOperationService
This is the interface that needs to be implemented by actual InternalOperationService.
|
Modifier and Type | Class and Description |
---|---|
class |
OperationServiceImpl
This is the implementation of the
InternalOperationService . |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.