com.hazelcast.client.impl.client
Class KeyBasedClientRequest

java.lang.Object
  extended by com.hazelcast.client.impl.client.ClientRequest
      extended by com.hazelcast.client.impl.client.PartitionClientRequest
          extended by com.hazelcast.client.impl.client.KeyBasedClientRequest
All Implemented Interfaces:
SecureRequest, Portable, VersionedPortable
Direct Known Subclasses:
AbstractCacheRequest, AbstractIsLockedRequest, AbstractLockRequest, AbstractUnlockRequest, AwaitRequest, AwaitRequest, BeforeAwaitRequest, CountDownRequest, GetCountRequest, GetLockCountRequest, GetRemainingLeaseRequest, MapContainsKeyRequest, MapDeleteRequest, MapEvictRequest, MapExecuteOnKeyRequest, MapGetEntryViewRequest, MapGetRequest, MapPutRequest, MapRemoveIfSameRequest, MapRemoveRequest, MapTryRemoveRequest, SetCountRequest, SignalRequest

public abstract class KeyBasedClientRequest
extends PartitionClientRequest


Field Summary
 
Fields inherited from class com.hazelcast.client.impl.client.ClientRequest
callId, clientEngine, endpoint, operationService, serializationService, service
 
Constructor Summary
KeyBasedClientRequest()
           
 
Method Summary
protected abstract  Object getKey()
           
protected  int getPartition()
           
 
Methods inherited from class com.hazelcast.client.impl.client.PartitionClientRequest
afterResponse, beforeProcess, beforeResponse, filter, getReplicaIndex, prepareOperation, process
 
Methods inherited from class com.hazelcast.client.impl.client.ClientRequest
getCallId, getClassVersion, getClientEngine, getDistributedObjectName, getDistributedObjectType, getEndpoint, getMethodName, getParameters, getService, getServiceName, isSingleConnection, read, readPortable, setCallId, setClientEngine, setEndpoint, setOperationService, setSerializationService, setService, setSingleConnection, write, writePortable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.hazelcast.client.impl.client.SecureRequest
getRequiredPermission
 
Methods inherited from interface com.hazelcast.nio.serialization.Portable
getClassId, getFactoryId
 

Constructor Detail

KeyBasedClientRequest

public KeyBasedClientRequest()
Method Detail

getKey

protected abstract Object getKey()

getPartition

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


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.