public abstract class AbstractCacheRequest extends KeyBasedClientRequest implements RetryableRequest
Modifier and Type | Field and Description |
---|---|
protected String |
name |
callId, clientEngine, endpoint, operationService, serializationService, service
Constructor and Description |
---|
AbstractCacheRequest() |
AbstractCacheRequest(String name) |
Modifier and Type | Method and Description |
---|---|
int |
getFactoryId()
Returns PortableFactory id for this portable class
|
Permission |
getRequiredPermission() |
String |
getServiceName() |
void |
setCompletionId(Integer completionId) |
getKey, getPartition
afterResponse, beforeProcess, beforeResponse, filter, getReplicaIndex, prepareOperation, process
getCallId, getClassVersion, getClientEngine, getDistributedObjectName, getDistributedObjectType, getEndpoint, getMethodName, getParameters, getService, isSingleConnection, read, readPortable, setCallId, setClientEngine, setEndpoint, setOperationService, setSerializationService, setService, setSingleConnection, write, writePortable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClassId
protected String name
public AbstractCacheRequest()
public AbstractCacheRequest(String name)
public final int getFactoryId()
Portable
getFactoryId
in interface Portable
public final String getServiceName()
getServiceName
in class ClientRequest
public void setCompletionId(Integer completionId)
public Permission getRequiredPermission()
getRequiredPermission
in interface SecureRequest
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.