com.hazelcast.client
Class KeyBasedClientRequest

java.lang.Object
  extended by com.hazelcast.client.PartitionClientRequest
      extended by com.hazelcast.client.KeyBasedClientRequest

public abstract class KeyBasedClientRequest
extends PartitionClientRequest

Author:
mdogan 5/3/13

Constructor Summary
KeyBasedClientRequest()
           
 
Method Summary
 ClientEngine getClientEngine()
           
 ClientEndpoint getEndpoint()
           
protected abstract  Object getKey()
           
protected  int getPartition()
           
protected  int getReplicaIndex()
           
<S> S
getService()
           
abstract  String getServiceName()
           
 
Methods inherited from class com.hazelcast.client.PartitionClientRequest
filter, prepareOperation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyBasedClientRequest

public KeyBasedClientRequest()
Method Detail

getKey

protected abstract Object getKey()

getPartition

protected final int getPartition()
Specified by:
getPartition in class PartitionClientRequest

getReplicaIndex

protected int getReplicaIndex()
Specified by:
getReplicaIndex in class PartitionClientRequest

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.