com.hazelcast.client
Class MultiPartitionClientRequest

java.lang.Object
  extended by com.hazelcast.client.MultiPartitionClientRequest

public abstract class MultiPartitionClientRequest
extends Object

Author:
mdogan 5/3/13

Constructor Summary
MultiPartitionClientRequest()
           
 
Method Summary
protected abstract  OperationFactory createOperationFactory()
           
 ClientEngine getClientEngine()
           
 ClientEndpoint getEndpoint()
           
abstract  Collection<Integer> getPartitions()
           
<S> S
getService()
           
abstract  String getServiceName()
           
protected abstract  Object reduce(Map<Integer,Object> map)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiPartitionClientRequest

public MultiPartitionClientRequest()
Method Detail

createOperationFactory

protected abstract OperationFactory createOperationFactory()

reduce

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

getPartitions

public abstract Collection<Integer> getPartitions()

getClientEngine

public ClientEngine getClientEngine()

getService

public <S> S getService()

getEndpoint

public ClientEndpoint getEndpoint()

getServiceName

public abstract String getServiceName()


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