| Package | Description | 
|---|---|
| com.hazelcast.cache.impl | 
 
     Hazelcast JSR-107 aka JCache implementation 
 | 
| com.hazelcast.cache.impl.client | 
 
     Hazelcast JSR-107 aka JCache implementation
     Client Requests 
 | 
| com.hazelcast.cache.impl.operation | 
 Hazelcast JSR-107 aka JCache implementation 
 | 
| com.hazelcast.client.impl.client | 
 This contains the Requests and other DTO's exchanged between client/server 
 | 
| com.hazelcast.client.impl.operations | 
 Contains client operations 
 | 
| com.hazelcast.client.impl.protocol.task | 
 Client tasks associated with requests. 
 | 
| com.hazelcast.client.impl.protocol.task.cache | 
 Client protocol tasks implementations for JCache 
 | 
| com.hazelcast.client.impl.protocol.task.map | 
 Client protocol tasks implementations for map 
 | 
| com.hazelcast.client.impl.protocol.task.multimap | 
 Client protocol tasks implementations for multi map 
 | 
| com.hazelcast.client.impl.protocol.task.replicatedmap | 
 Client protocol tasks implementations for ReplicatedMap 
 | 
| com.hazelcast.client.impl.protocol.task.transaction | 
 Client protocol tasks implementations for Transaction related 
 | 
| com.hazelcast.map.impl.client | 
 Contains client requests for the  
IMap | 
| com.hazelcast.map.impl.operation | 
 Package for map operations. 
 | 
| com.hazelcast.mapreduce.impl | 
 This package contains the default implementation for the map reduce framework
 internals. 
 | 
| com.hazelcast.mapreduce.impl.operation | 
 This package contains all remote operations that are needed to control work on
 supervising or worker nodes. 
 | 
| com.hazelcast.multimap.impl.client | 
 Contains client requests for Hazelcast MultiMap module. 
 | 
| com.hazelcast.multimap.impl.operations | 
 Contains operations for Hazelcast MultiMap module. 
 | 
| com.hazelcast.replicatedmap.impl.client | 
 This package contains classes for client communication on replicated map implementation 
 | 
| com.hazelcast.replicatedmap.impl.operation | 
 This package contains replicated map operations which are executed on remote nodes 
 | 
| com.hazelcast.spi | 
 Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services. 
 | 
| com.hazelcast.spi.impl | 
 Contains implementations for Hazelcast SPI. 
 | 
| com.hazelcast.spi.impl.operationservice.impl | 
 Contains the code for the  
InternalOperationService implementation. | 
| com.hazelcast.spi.impl.operationservice.impl.operations | 
 Contains the Operations being used by the  
OperationServiceImpl. | 
| com.hazelcast.transaction.client | 
 This package contains client transaction code 
 | 
| com.hazelcast.transaction.impl.xa.operations | 
| Modifier and Type | Method and Description | 
|---|---|
OperationFactory | 
CacheOperationProvider.createClearOperationFactory()  | 
OperationFactory | 
DefaultOperationProvider.createClearOperationFactory()  | 
OperationFactory | 
CacheOperationProvider.createGetAllOperationFactory(Set<Data> keySet,
                            javax.cache.expiry.ExpiryPolicy policy)  | 
OperationFactory | 
DefaultOperationProvider.createGetAllOperationFactory(Set<Data> keySet,
                            javax.cache.expiry.ExpiryPolicy policy)  | 
OperationFactory | 
CacheOperationProvider.createLoadAllOperationFactory(Set<Data> keySet,
                             boolean replaceExistingValues)  | 
OperationFactory | 
DefaultOperationProvider.createLoadAllOperationFactory(Set<Data> keySet,
                             boolean replaceExistingValues)  | 
OperationFactory | 
CacheOperationProvider.createRemoveAllOperationFactory(Set<Data> keySet,
                               Integer completionId)  | 
OperationFactory | 
DefaultOperationProvider.createRemoveAllOperationFactory(Set<Data> keySet,
                               Integer completionId)  | 
OperationFactory | 
CacheOperationProvider.createSizeOperationFactory()  | 
OperationFactory | 
DefaultOperationProvider.createSizeOperationFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected OperationFactory | 
CacheSizeRequest.createOperationFactory()  | 
protected OperationFactory | 
CacheLoadAllRequest.createOperationFactory()  | 
protected OperationFactory | 
CacheGetAllRequest.createOperationFactory()  | 
protected OperationFactory | 
CacheClearRequest.createOperationFactory()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CacheClearOperationFactory
OperationFactory implementation for Clear Operations. | 
class  | 
CacheGetAllOperationFactory
Factory implementation for  
CacheGetAllOperation. | 
class  | 
CacheLoadAllOperationFactory
Factory implementation for  
CacheLoadAllOperation. | 
class  | 
CacheRemoveAllOperationFactory
OperationFactory implementation for RemoveAll Operations. | 
class  | 
CacheSizeOperationFactory
Factory implementation of  
CacheSizeOperation. | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract OperationFactory | 
AllPartitionsClientRequest.createOperationFactory()  | 
protected abstract OperationFactory | 
MultiPartitionClientRequest.createOperationFactory()  | 
protected abstract OperationFactory | 
MultiTargetClientRequest.createOperationFactory()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
OperationFactoryWrapper  | 
| Constructor and Description | 
|---|
OperationFactoryWrapper(OperationFactory opFactory,
                       String uuid)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract OperationFactory | 
AbstractMultiTargetMessageTask.createOperationFactory()  | 
protected abstract OperationFactory | 
AbstractAllPartitionsMessageTask.createOperationFactory()  | 
protected abstract OperationFactory | 
AbstractMultiPartitionMessageTask.createOperationFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected OperationFactory | 
CacheLoadAllMessageTask.createOperationFactory()  | 
protected OperationFactory | 
CacheSizeMessageTask.createOperationFactory()  | 
protected OperationFactory | 
CacheGetAllMessageTask.createOperationFactory()  | 
protected OperationFactory | 
CacheRemoveAllKeysMessageTask.createOperationFactory()  | 
protected OperationFactory | 
CacheRemoveAllMessageTask.createOperationFactory()  | 
protected OperationFactory | 
CacheClearMessageTask.createOperationFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected OperationFactory | 
MapAddIndexMessageTask.createOperationFactory()  | 
protected OperationFactory | 
MapFlushMessageTask.createOperationFactory()  | 
protected OperationFactory | 
MapExecuteOnKeysMessageTask.createOperationFactory()  | 
protected OperationFactory | 
MapSizeMessageTask.createOperationFactory()  | 
protected OperationFactory | 
MapAddInterceptorMessageTask.createOperationFactory()  | 
protected OperationFactory | 
MapRemoveInterceptorMessageTask.createOperationFactory()  | 
protected OperationFactory | 
MapExecuteOnAllKeysMessageTask.createOperationFactory()  | 
protected OperationFactory | 
MapClearMessageTask.createOperationFactory()  | 
protected OperationFactory | 
MapLoadGivenKeysMessageTask.createOperationFactory()  | 
protected OperationFactory | 
MapExecuteWithPredicateMessageTask.createOperationFactory()  | 
protected OperationFactory | 
MapContainsValueMessageTask.createOperationFactory()  | 
protected OperationFactory | 
MapEvictAllMessageTask.createOperationFactory()  | 
protected OperationFactory | 
MapIsEmptyMessageTask.createOperationFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected OperationFactory | 
MultiMapContainsValueMessageTask.createOperationFactory()  | 
protected OperationFactory | 
MultiMapValuesMessageTask.createOperationFactory()  | 
protected OperationFactory | 
MultiMapEntrySetMessageTask.createOperationFactory()  | 
protected OperationFactory | 
MultiMapClearMessageTask.createOperationFactory()  | 
protected OperationFactory | 
MultiMapSizeMessageTask.createOperationFactory()  | 
protected OperationFactory | 
MultiMapKeySetMessageTask.createOperationFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected OperationFactory | 
ReplicatedMapClearMessageTask.createOperationFactory()  | 
protected OperationFactory | 
ReplicatedMapPutAllMessageTask.createOperationFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected OperationFactory | 
XACollectTransactionsMessageTask.createOperationFactory()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AddIndexOperationFactory  | 
class  | 
AddInterceptorOperationFactory  | 
class  | 
ClearOperationFactory  | 
class  | 
ContainsValueOperationFactory  | 
class  | 
EvictAllOperationFactory
Operation factory for evict all operations. 
 | 
class  | 
IsEmptyOperationFactory  | 
class  | 
LoadStatusOperationFactory
Factory for  
LoadStatusOperation | 
class  | 
MapFlushOperationFactory  | 
class  | 
MapGetAllOperationFactory  | 
class  | 
MapLoadAllOperationFactory
Operation factory for load all operations. 
 | 
class  | 
MultipleEntryOperationFactory  | 
class  | 
PartitionCheckIfLoadedOperationFactory  | 
class  | 
PartitionWideEntryOperationFactory  | 
class  | 
PartitionWideEntryWithPredicateOperationFactory  | 
class  | 
RemoveInterceptorOperationFactory  | 
class  | 
SizeOperationFactory  | 
| Modifier and Type | Method and Description | 
|---|---|
static <V> List<V> | 
MapReduceUtil.executeOperation(Collection<Member> members,
                OperationFactory operationFactory,
                MapReduceService mapReduceService,
                NodeEngine nodeEngine)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GetResultOperationFactory
This class is used to create  
GetResultOperation
 instances.In difference to other implementations of OperationFactory this class
 is never ever serialized and the DataSerializable methods GetResultOperationFactory.readData(com.hazelcast.nio.ObjectDataInput)
 and GetResultOperationFactory.writeData(com.hazelcast.nio.ObjectDataOutput) throw UnsupportedOperationExceptions. | 
| Modifier and Type | Method and Description | 
|---|---|
protected OperationFactory | 
EntrySetRequest.createOperationFactory()  | 
protected OperationFactory | 
KeySetRequest.createOperationFactory()  | 
protected OperationFactory | 
ClearRequest.createOperationFactory()  | 
protected OperationFactory | 
ContainsRequest.createOperationFactory()  | 
protected OperationFactory | 
SizeRequest.createOperationFactory()  | 
protected OperationFactory | 
ValuesRequest.createOperationFactory()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MultiMapOperationFactory  | 
| Modifier and Type | Method and Description | 
|---|---|
protected OperationFactory | 
ClientReplicatedMapClearRequest.createOperationFactory()  | 
protected OperationFactory | 
ClientReplicatedMapPutAllRequest.createOperationFactory()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PutAllOperationFactory
Factory class for  
PutAllOperation. | 
| Modifier and Type | Method and Description | 
|---|---|
Map<Integer,Object> | 
OperationService.invokeOnAllPartitions(String serviceName,
                     OperationFactory operationFactory)
Invokes a set of operation on each partition. 
 | 
Map<Integer,Object> | 
OperationService.invokeOnPartitions(String serviceName,
                  OperationFactory operationFactory,
                  Collection<Integer> partitions)
Invokes an set of operation on selected set of partitions
 * 
 This method blocks until all operations complete. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BinaryOperationFactory  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<Integer,Object> | 
OperationServiceImpl.invokeOnAllPartitions(String serviceName,
                     OperationFactory operationFactory)  | 
Map<Integer,Object> | 
OperationServiceImpl.invokeOnPartitions(String serviceName,
                  OperationFactory operationFactory,
                  Collection<Integer> partitions)  | 
| Constructor and Description | 
|---|
PartitionIteratingOperation(List<Integer> partitions,
                           OperationFactory operationFactory)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected OperationFactory | 
CollectXATransactionsRequest.createOperationFactory()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CollectRemoteTransactionsOperationFactory  | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.