| Package | Description | 
|---|---|
| com.hazelcast.client | |
| com.hazelcast.spi | 
 Provides interfaces/classes for Hazelcast SPI. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
OperationFactoryWrapper  | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract OperationFactory | 
AllPartitionsClientRequest.createOperationFactory()  | 
protected abstract OperationFactory | 
MultiPartitionClientRequest.createOperationFactory()  | 
protected abstract OperationFactory | 
MultiTargetClientRequest.createOperationFactory()  | 
| Constructor and Description | 
|---|
OperationFactoryWrapper(OperationFactory opFactory,
                       String uuid)  | 
| 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 
 | 
Map<Integer,Object> | 
OperationService.invokeOnTargetPartitions(String serviceName,
                        OperationFactory operationFactory,
                        com.hazelcast.nio.Address target)
Invokes a set of operations on all partitions of a target member. 
 | 
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.