|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OperationFactory | |
|---|---|
| com.hazelcast.client | This package contains the serverside client functionality |
| com.hazelcast.spi | Provides interfaces/classes for Hazelcast SPI. |
| Uses of OperationFactory in com.hazelcast.client |
|---|
| Classes in com.hazelcast.client that implement OperationFactory | |
|---|---|
class |
OperationFactoryWrapper
|
| Methods in com.hazelcast.client that return OperationFactory | |
|---|---|
protected abstract OperationFactory |
MultiTargetClientRequest.createOperationFactory()
|
protected abstract OperationFactory |
MultiPartitionClientRequest.createOperationFactory()
|
protected abstract OperationFactory |
AllPartitionsClientRequest.createOperationFactory()
|
| Constructors in com.hazelcast.client with parameters of type OperationFactory | |
|---|---|
OperationFactoryWrapper(OperationFactory opFactory,
String uuid)
|
|
| 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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||