com.hazelcast.client.impl.client
Class AllPartitionsClientRequest

java.lang.Object
  extended by com.hazelcast.client.impl.client.ClientRequest
      extended by com.hazelcast.client.impl.client.AllPartitionsClientRequest
All Implemented Interfaces:
SecureRequest, Portable, VersionedPortable
Direct Known Subclasses:
CacheClearRequest, CacheGetAllRequest, CacheLoadAllRequest, CacheSizeRequest, MapAddIndexRequest, MapClearRequest, MapContainsValueRequest, MapEntrySetRequest, MapEvictAllRequest, MapExecuteOnAllKeysRequest, MapExecuteWithPredicateRequest, MapFlushRequest, MapGetAllRequest, MapIsEmptyRequest, MapKeySetRequest, MapLoadGivenKeysRequest, MapPutAllRequest, MapSizeRequest, MapValuesRequest, MultiMapAllPartitionRequest

public abstract class AllPartitionsClientRequest
extends ClientRequest

Base class for client request that will run on all partitions.


Field Summary
 
Fields inherited from class com.hazelcast.client.impl.client.ClientRequest
callId, clientEngine, endpoint, operationService, serializationService, service
 
Constructor Summary
AllPartitionsClientRequest()
           
 
Method Summary
protected abstract  OperationFactory createOperationFactory()
           
 void process()
           
protected abstract  Object reduce(Map<Integer,Object> map)
           
 
Methods inherited from class com.hazelcast.client.impl.client.ClientRequest
getCallId, getClassVersion, getClientEngine, getDistributedObjectName, getDistributedObjectType, getEndpoint, getMethodName, getParameters, getService, getServiceName, isSingleConnection, read, readPortable, setCallId, setClientEngine, setEndpoint, setOperationService, setSerializationService, setService, setSingleConnection, write, writePortable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.hazelcast.client.impl.client.SecureRequest
getRequiredPermission
 
Methods inherited from interface com.hazelcast.nio.serialization.Portable
getClassId, getFactoryId
 

Constructor Detail

AllPartitionsClientRequest

public AllPartitionsClientRequest()
Method Detail

process

public final void process()
                   throws Exception
Specified by:
process in class ClientRequest
Throws:
Exception

createOperationFactory

protected abstract OperationFactory createOperationFactory()

reduce

protected abstract Object reduce(Map<Integer,Object> map)


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