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