public interface InvokerWrapper
| Modifier and Type | Method and Description | 
|---|---|
| void | executeOperation(Operation op) | 
| Object | invoke(Object operation) | 
| Object | invokeOnAllPartitions(Object request) | 
| Future | invokeOnPartitionOwner(Object request,
                      int partitionId) | 
| Future | invokeOnTarget(Object operation,
              Address address) | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.