public class CachePutRequest extends AbstractCacheRequest
| Modifier and Type | Field and Description |
|---|---|
protected javax.cache.expiry.ExpiryPolicy |
expiryPolicy |
protected boolean |
get |
protected Data |
key |
protected Data |
value |
namecallId, clientEngine, endpoint, operationService, serializationService, service| Constructor and Description |
|---|
CachePutRequest() |
CachePutRequest(String name,
Data key,
Data value) |
CachePutRequest(String name,
Data key,
Data value,
javax.cache.expiry.ExpiryPolicy expiryPolicy) |
CachePutRequest(String name,
Data key,
Data value,
javax.cache.expiry.ExpiryPolicy expiryPolicy,
boolean get) |
| Modifier and Type | Method and Description |
|---|---|
int |
getClassId()
Returns class identifier for this portable class.
|
protected Object |
getKey() |
protected Operation |
prepareOperation() |
void |
read(PortableReader reader) |
void |
setCompletionId(Integer completionId) |
void |
write(PortableWriter writer) |
getFactoryId, getRequiredPermission, getServiceNamegetPartitionafterResponse, beforeProcess, beforeResponse, filter, getReplicaIndex, processgetCallId, getClassVersion, getClientEngine, getDistributedObjectName, getDistributedObjectType, getEndpoint, getMethodName, getParameters, getService, isSingleConnection, readPortable, setCallId, setClientEngine, setEndpoint, setOperationService, setSerializationService, setService, setSingleConnection, writePortableprotected Data key
protected Data value
protected javax.cache.expiry.ExpiryPolicy expiryPolicy
protected boolean get
public CachePutRequest()
public CachePutRequest(String name, Data key, Data value, javax.cache.expiry.ExpiryPolicy expiryPolicy)
public int getClassId()
Portableprotected Object getKey()
getKey in class KeyBasedClientRequestprotected Operation prepareOperation()
prepareOperation in class PartitionClientRequestpublic void write(PortableWriter writer) throws IOException
write in class ClientRequestIOExceptionpublic void read(PortableReader reader) throws IOException
read in class ClientRequestIOExceptionpublic void setCompletionId(Integer completionId)
setCompletionId in class AbstractCacheRequestCopyright © 2014 Hazelcast, Inc.. All Rights Reserved.