com.hazelcast.client
Class MultiTargetClientRequest

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

public abstract class MultiTargetClientRequest
extends Object

Author:
mdogan 5/3/13

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

Constructor Detail

MultiTargetClientRequest

public MultiTargetClientRequest()
Method Detail

createOperationFactory

protected abstract OperationFactory createOperationFactory()

reduce

protected abstract Object reduce(Map<com.hazelcast.nio.Address,Object> map)

getTargets

public abstract Collection<com.hazelcast.nio.Address> getTargets()

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.