Package | Description |
---|---|
com.hazelcast.client |
This package contains the serverside client functionality
|
com.hazelcast.map.client | |
com.hazelcast.map.operation | |
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.operations | |
com.hazelcast.multimap.operations.client | |
com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
com.hazelcast.spi.impl |
Modifier and Type | Class and Description |
---|---|
class |
OperationFactoryWrapper |
Modifier and Type | Method and Description |
---|---|
protected abstract OperationFactory |
MultiPartitionClientRequest.createOperationFactory() |
protected abstract OperationFactory |
MultiTargetClientRequest.createOperationFactory() |
protected abstract OperationFactory |
AllPartitionsClientRequest.createOperationFactory() |
Constructor and Description |
---|
OperationFactoryWrapper(OperationFactory opFactory,
String uuid) |
Modifier and Type | Class and Description |
---|---|
class |
AddIndexOperationFactory |
class |
AddInterceptorOperationFactory |
class |
ClearOperationFactory |
class |
ContainsValueOperationFactory |
class |
EntrySetOperationFactory |
class |
MapFlushOperationFactory |
class |
MapGetAllOperationFactory |
class |
MapKeySetOperationFactory |
class |
MapPutAllOperationFactory |
class |
MapValuesOperationFactory |
class |
MultipleEntryOperationFactory
date: 19/12/13
author: eminn
|
class |
PartitionCheckIfLoadedOperationFactory |
class |
PartitionWideEntryOperationFactory |
class |
PartitionWideEntryWithPredicateOperationFactory
date: 9/16/13
author: eminn
|
class |
RemoveInterceptorOperationFactory |
class |
SizeOperationFactory |
Modifier and Type | Method and Description |
---|---|
static <V> List<V> |
MapReduceUtil.executeOperation(OperationFactory operationFactory,
MapReduceService mapReduceService,
NodeEngine nodeEngine,
boolean returnsResponse) |
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 UnsupportedOperationException s. |
Modifier and Type | Class and Description |
---|---|
class |
MultiMapOperationFactory |
Modifier and Type | Method and Description |
---|---|
protected OperationFactory |
EntrySetRequest.createOperationFactory() |
protected OperationFactory |
ValuesRequest.createOperationFactory() |
protected OperationFactory |
SizeRequest.createOperationFactory() |
protected OperationFactory |
ClearRequest.createOperationFactory() |
protected OperationFactory |
KeySetRequest.createOperationFactory() |
protected OperationFactory |
ContainsEntryRequest.createOperationFactory() |
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
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryOperationFactory |
Constructor and Description |
---|
PartitionIteratingOperation(List<Integer> partitions,
OperationFactory operationFactory) |
Copyright © 2014 Hazelcast, Inc.. All rights reserved.