com.hazelcast.client
Class AllPartitionsClientRequest

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

public abstract class AllPartitionsClientRequest
extends Object

Author:
mdogan 5/3/13

Constructor Summary
AllPartitionsClientRequest()
           
 
Method Summary
protected abstract  OperationFactory createOperationFactory()
           
 ClientEngine getClientEngine()
           
 ClientEndpoint getEndpoint()
           
<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

AllPartitionsClientRequest

public AllPartitionsClientRequest()
Method Detail

createOperationFactory

protected abstract OperationFactory createOperationFactory()

reduce

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

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.