com.hazelcast.client
Class MultiTargetClientRequest
java.lang.Object
com.hazelcast.client.MultiTargetClientRequest
public abstract class MultiTargetClientRequest
- extends Object
- Author:
- mdogan 5/3/13
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiTargetClientRequest
public MultiTargetClientRequest()
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.