| Package | Description |
|---|---|
| com.hazelcast.client |
Contains classes/interfaces related to 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 |
MultiTargetClientRequest.createOperationFactory() |
protected abstract OperationFactory |
MultiPartitionClientRequest.createOperationFactory() |
protected abstract OperationFactory |
AllPartitionsClientRequest.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
*
This method blocks until all operations complete.
|
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.