Uses of Class
com.hazelcast.client.impl.client.InvocationClientRequest

Packages that use InvocationClientRequest
com.hazelcast.executor.impl.client This package contains client requests for the IExecutorService.
 
com.hazelcast.map.impl.client Contains client requests for the IMap 
com.hazelcast.mapreduce.impl.client This package contains request and response classes for communication between cluster members and Hazelcast native clients 
com.hazelcast.transaction.client This package contains client transaction code 
 

Uses of InvocationClientRequest in com.hazelcast.executor.impl.client
 

Subclasses of InvocationClientRequest in com.hazelcast.executor.impl.client
 class CancellationRequest
           
 

Uses of InvocationClientRequest in com.hazelcast.map.impl.client
 

Subclasses of InvocationClientRequest in com.hazelcast.map.impl.client
 class MapLoadAllKeysRequest
          Triggers the load of all keys from defined map store.
 class MapQueryRequest
           
 class MapSQLQueryRequest
           
 

Uses of InvocationClientRequest in com.hazelcast.mapreduce.impl.client
 

Subclasses of InvocationClientRequest in com.hazelcast.mapreduce.impl.client
 class ClientCancellationRequest
          This class is used to request a map reduce job cancellation on the job owning node from the emitting client.
 class ClientJobProcessInformationRequest
          This class is used to retrieve current processed records and other statistics from emitting client to the job owning node.
 class ClientMapReduceRequest<KeyIn,ValueIn>
          This class is used to prepare and start a map reduce job emitted by a client on a random node in the cluster (making it the job owner).
 

Uses of InvocationClientRequest in com.hazelcast.transaction.client
 

Subclasses of InvocationClientRequest in com.hazelcast.transaction.client
 class RecoverAllTransactionsRequest
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.