public class NodeInvokerWrapper extends Object implements InvokerWrapper
QueryCacheContext
.InvokerWrapper
Constructor and Description |
---|
NodeInvokerWrapper(OperationService operationService) |
Modifier and Type | Method and Description |
---|---|
void |
executeOperation(Operation operation) |
Object |
invoke(Object operation) |
Map<Integer,Object> |
invokeOnAllPartitions(Object request) |
Future |
invokeOnPartitionOwner(Object operation,
int partitionId) |
Future |
invokeOnTarget(Object operation,
Address address) |
public NodeInvokerWrapper(OperationService operationService)
public Future invokeOnPartitionOwner(Object operation, int partitionId)
invokeOnPartitionOwner
in interface InvokerWrapper
public Map<Integer,Object> invokeOnAllPartitions(Object request) throws Exception
invokeOnAllPartitions
in interface InvokerWrapper
Exception
public Future invokeOnTarget(Object operation, Address address)
invokeOnTarget
in interface InvokerWrapper
public Object invoke(Object operation)
invoke
in interface InvokerWrapper
public void executeOperation(Operation operation)
executeOperation
in interface InvokerWrapper
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.