public class ClientInvokerWrapper extends Object implements InvokerWrapper
QueryCacheContext
.InvokerWrapper
Constructor and Description |
---|
ClientInvokerWrapper(QueryCacheContext context,
HazelcastClientInstanceImpl client) |
Modifier and Type | Method and Description |
---|---|
void |
executeOperation(Operation op) |
Object |
invoke(Object request) |
Object |
invokeOnAllPartitions(Object request) |
Future |
invokeOnPartitionOwner(Object request,
int partitionId) |
Future |
invokeOnTarget(Object request,
Address address) |
public ClientInvokerWrapper(QueryCacheContext context, HazelcastClientInstanceImpl client)
public Future invokeOnPartitionOwner(Object request, int partitionId)
invokeOnPartitionOwner
in interface InvokerWrapper
public Object invokeOnAllPartitions(Object request)
invokeOnAllPartitions
in interface InvokerWrapper
public Future invokeOnTarget(Object request, Address address)
invokeOnTarget
in interface InvokerWrapper
public Object invoke(Object request)
invoke
in interface InvokerWrapper
public void executeOperation(Operation op)
executeOperation
in interface InvokerWrapper
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.