| Package | Description | 
|---|---|
| com.hazelcast.cache.impl | 
     Hazelcast JSR-107 aka JCache implementation | 
| com.hazelcast.cache.impl.operation | Hazelcast JSR-107 aka JCache implementation | 
| 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.operation | Package for map operations. | 
| com.hazelcast.map.impl.querycache.subscriber.operation | This package contains Enterprise specific operations for  QueryCache. | 
| 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.operations | Contains operations for Hazelcast MultiMap module. | 
| 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  InternalOperationServiceimplementation. | 
| com.hazelcast.spi.impl.operationservice.impl.operations | Contains the Operations being used by the  OperationServiceImpl. | 
| 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 | Class and Description | 
|---|---|
| class  | CacheClearOperationFactoryOperationFactoryimplementation for Clear Operations. | 
| class  | CacheGetAllOperationFactoryFactory implementation for  CacheGetAllOperation. | 
| class  | CacheLoadAllOperationFactoryFactory implementation for  CacheLoadAllOperation. | 
| class  | CacheRemoveAllOperationFactoryOperationFactoryimplementation for RemoveAll Operations. | 
| class  | CacheSizeOperationFactoryFactory implementation of  CacheSizeOperation. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | OperationFactoryWrapper | 
| Modifier and Type | Method and Description | 
|---|---|
| OperationFactory | OperationFactoryWrapper. getOperationFactory() | 
| 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 | Class and Description | 
|---|---|
| class  | CacheAssignAndGetUuidsOperationFactory | 
| Modifier and Type | Method and Description | 
|---|---|
| protected OperationFactory | CacheLoadAllMessageTask. createOperationFactory() | 
| protected OperationFactory | CacheAssignAndGetUuidsMessageTask. createOperationFactory() | 
| protected OperationFactory | CacheSizeMessageTask. createOperationFactory() | 
| protected OperationFactory | CacheGetAllMessageTask. createOperationFactory() | 
| protected OperationFactory | CacheRemoveAllKeysMessageTask. createOperationFactory() | 
| protected OperationFactory | CacheRemoveAllMessageTask. createOperationFactory() | 
| protected OperationFactory | CacheClearMessageTask. createOperationFactory() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MapAssignAndGetUuidsOperationFactory | 
| Modifier and Type | Method and Description | 
|---|---|
| protected OperationFactory | MapAddIndexMessageTask. 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 | MapMadePublishableMessageTask. createOperationFactory() | 
| protected OperationFactory | MapEvictAllMessageTask. createOperationFactory() | 
| protected OperationFactory | MapIsEmptyMessageTask. createOperationFactory() | 
| protected OperationFactory | MapAssignAndGetUuidsMessageTask. 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  | AbstractMapOperationFactory | 
| class  | AddIndexOperationFactory | 
| class  | AddInterceptorOperationFactory | 
| class  | ClearOperationFactory | 
| class  | ContainsValueOperationFactory | 
| class  | EvictAllOperationFactoryOperation factory for evict all operations. | 
| class  | IsEmptyOperationFactory | 
| class  | LoadStatusOperationFactoryFactory for  LoadStatusOperation | 
| class  | MapFlushOperationFactory | 
| class  | MapGetAllOperationFactory | 
| class  | MapLoadAllOperationFactoryOperation factory for load all operations. | 
| class  | MultipleEntryOperationFactory | 
| class  | PartitionCheckIfLoadedOperationFactory | 
| class  | PartitionWideEntryOperationFactory | 
| class  | PartitionWideEntryWithPredicateOperationFactory | 
| class  | PutAllPartitionAwareOperationFactoryInserts the  MapEntriesfor all partitions of a member via locally invokedPutAllOperation. | 
| class  | RemoveInterceptorOperationFactory | 
| class  | SizeOperationFactory | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MadePublishableOperationFactoryOperation factory for  MadePublishableOperation. | 
| 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  | GetResultOperationFactoryThis class is used to create  GetResultOperationinstances. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MultiMapOperationFactory | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PutAllOperationFactoryFactory 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. | 
| Map<Integer,Object> | OperationService. invokeOnPartitions(String serviceName,
                  OperationFactory operationFactory,
                  int[] 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) | 
| Map<Integer,Object> | OperationServiceImpl. invokeOnPartitions(String serviceName,
                  OperationFactory operationFactory,
                  int[] partitions) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PartitionAwareOperationFactoryCreates partition specific operations. | 
| Modifier and Type | Method and Description | 
|---|---|
| OperationFactory | PartitionIteratingOperation. getOperationFactory() | 
| Constructor and Description | 
|---|
| PartitionIteratingOperation(OperationFactory operationFactory,
                           List<Integer> partitions) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CollectRemoteTransactionsOperationFactory | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.