Uses of Interface
com.hazelcast.spi.OperationFactory

Packages that use OperationFactory
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.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.spi Provides interfaces/classes for Hazelcast SPI. 
com.hazelcast.spi.impl Contains implementations for Hazelcast SPI. 
 

Uses of OperationFactory in com.hazelcast.cache.impl
 

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

Uses of OperationFactory in com.hazelcast.cache.impl.client
 

Methods in com.hazelcast.cache.impl.client that return OperationFactory
protected  OperationFactory CacheSizeRequest.createOperationFactory()
           
protected  OperationFactory CacheLoadAllRequest.createOperationFactory()
           
protected  OperationFactory CacheGetAllRequest.createOperationFactory()
           
protected  OperationFactory CacheClearRequest.createOperationFactory()
           
 

Uses of OperationFactory in com.hazelcast.cache.impl.operation
 

Classes in com.hazelcast.cache.impl.operation that implement OperationFactory
 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.
 

Uses of OperationFactory in com.hazelcast.client.impl.client
 

Methods in com.hazelcast.client.impl.client that return OperationFactory
protected abstract  OperationFactory AllPartitionsClientRequest.createOperationFactory()
           
protected abstract  OperationFactory MultiPartitionClientRequest.createOperationFactory()
           
protected abstract  OperationFactory MultiTargetClientRequest.createOperationFactory()
           
 

Uses of OperationFactory in com.hazelcast.client.impl.operations
 

Classes in com.hazelcast.client.impl.operations that implement OperationFactory
 class OperationFactoryWrapper
           
 

Constructors in com.hazelcast.client.impl.operations with parameters of type OperationFactory
OperationFactoryWrapper(OperationFactory opFactory, String uuid)
           
 

Uses of OperationFactory in com.hazelcast.map.impl.client
 

Methods in com.hazelcast.map.impl.client that return OperationFactory
protected  OperationFactory MapValuesRequest.createOperationFactory()
           
protected  OperationFactory MapGetAllRequest.createOperationFactory()
           
protected  OperationFactory MapSizeRequest.createOperationFactory()
           
protected  OperationFactory MapAddInterceptorRequest.createOperationFactory()
           
protected  OperationFactory MapRemoveInterceptorRequest.createOperationFactory()
           
protected  OperationFactory MapClearRequest.createOperationFactory()
           
protected  OperationFactory MapIsEmptyRequest.createOperationFactory()
           
protected  OperationFactory MapPutAllRequest.createOperationFactory()
           
protected  OperationFactory MapExecuteWithPredicateRequest.createOperationFactory()
           
protected  OperationFactory MapKeySetRequest.createOperationFactory()
           
protected  OperationFactory MapExecuteOnKeysRequest.createOperationFactory()
           
protected  OperationFactory MapExecuteOnAllKeysRequest.createOperationFactory()
           
protected  OperationFactory MapEvictAllRequest.createOperationFactory()
           
protected  OperationFactory MapFlushRequest.createOperationFactory()
           
protected  OperationFactory MapLoadGivenKeysRequest.createOperationFactory()
           
protected  OperationFactory MapEntrySetRequest.createOperationFactory()
           
protected  OperationFactory MapAddIndexRequest.createOperationFactory()
           
protected  OperationFactory MapContainsValueRequest.createOperationFactory()
           
 

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

Classes in com.hazelcast.map.impl.operation that implement OperationFactory
 class AddIndexOperationFactory
           
 class AddInterceptorOperationFactory
           
 class ClearOperationFactory
           
 class ContainsValueOperationFactory
           
 class EntrySetOperationFactory
           
 class EvictAllOperationFactory
          Operation factory for evict all operations.
 class IsEmptyOperationFactory
           
 class MapFlushOperationFactory
           
 class MapGetAllOperationFactory
           
 class MapKeySetOperationFactory
           
 class MapLoadAllOperationFactory
          Operation factory for load all operations.
 class MapPutAllOperationFactory
           
 class MapValuesOperationFactory
           
 class MultipleEntryOperationFactory
           
 class PartitionCheckIfLoadedOperationFactory
           
 class PartitionWideEntryOperationFactory
           
 class PartitionWideEntryWithPredicateOperationFactory
          date: 9/16/13 author: eminn
 class RemoveInterceptorOperationFactory
           
 class SizeOperationFactory
           
 

Uses of OperationFactory in com.hazelcast.mapreduce.impl
 

Methods in com.hazelcast.mapreduce.impl with parameters of type OperationFactory
static
<V> List<V>
MapReduceUtil.executeOperation(OperationFactory operationFactory, MapReduceService mapReduceService, NodeEngine nodeEngine, boolean returnsResponse)
           
 

Uses of OperationFactory in com.hazelcast.mapreduce.impl.operation
 

Classes in com.hazelcast.mapreduce.impl.operation that implement OperationFactory
 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.
 

Uses of OperationFactory in com.hazelcast.multimap.impl.client
 

Methods in com.hazelcast.multimap.impl.client that return OperationFactory
protected  OperationFactory EntrySetRequest.createOperationFactory()
           
protected  OperationFactory KeySetRequest.createOperationFactory()
           
protected  OperationFactory ClearRequest.createOperationFactory()
           
protected  OperationFactory ContainsRequest.createOperationFactory()
           
protected  OperationFactory SizeRequest.createOperationFactory()
           
protected  OperationFactory ValuesRequest.createOperationFactory()
           
 

Uses of OperationFactory in com.hazelcast.multimap.impl.operations
 

Classes in com.hazelcast.multimap.impl.operations that implement OperationFactory
 class MultiMapOperationFactory
           
 

Uses of OperationFactory in com.hazelcast.spi
 

Methods in com.hazelcast.spi with parameters of type OperationFactory
 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.

 

Uses of OperationFactory in com.hazelcast.spi.impl
 

Classes in com.hazelcast.spi.impl that implement OperationFactory
 class BinaryOperationFactory
           
 

Constructors in com.hazelcast.spi.impl with parameters of type OperationFactory
PartitionIteratingOperation(List<Integer> partitions, OperationFactory operationFactory)
           
 



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