|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
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 |
---|
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
|
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 UnsupportedOperationException s. |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |