public class TxnMapRequest extends AbstractTxnMapRequest
AbstractTxnMapRequest.TxnMapRequestType
clientThreadId, txnId
callId, clientEngine, endpoint, operationService, serializationService, service
Constructor and Description |
---|
TxnMapRequest() |
TxnMapRequest(String name,
AbstractTxnMapRequest.TxnMapRequestType requestType) |
TxnMapRequest(String name,
AbstractTxnMapRequest.TxnMapRequestType requestType,
Data key) |
TxnMapRequest(String name,
AbstractTxnMapRequest.TxnMapRequestType requestType,
Data key,
Data value) |
TxnMapRequest(String name,
AbstractTxnMapRequest.TxnMapRequestType requestType,
Data key,
Data value,
Data newValue) |
TxnMapRequest(String name,
AbstractTxnMapRequest.TxnMapRequestType requestType,
Data key,
Data value,
long ttl,
TimeUnit timeUnit) |
TxnMapRequest(String name,
AbstractTxnMapRequest.TxnMapRequestType requestType,
Predicate predicate) |
Modifier and Type | Method and Description |
---|---|
int |
getClassId()
Returns class identifier for this portable class.
|
protected Predicate |
getPredicate() |
protected void |
readDataInner(ObjectDataInput reader) |
protected void |
writeDataInner(ObjectDataOutput writer) |
getFactoryId, getRequiredPermission, getServiceName, innerCall, read, write
call, setClientThreadId, setTxnId
process
getCallId, getClassVersion, getClientEngine, getDistributedObjectName, getDistributedObjectType, getEndpoint, getMethodName, getParameters, getService, isSingleConnection, readPortable, setCallId, setClientEngine, setEndpoint, setOperationService, setSerializationService, setService, setSingleConnection, writePortable
public TxnMapRequest()
public TxnMapRequest(String name, AbstractTxnMapRequest.TxnMapRequestType requestType)
public TxnMapRequest(String name, AbstractTxnMapRequest.TxnMapRequestType requestType, Data key)
public TxnMapRequest(String name, AbstractTxnMapRequest.TxnMapRequestType requestType, Data key, Data value)
public TxnMapRequest(String name, AbstractTxnMapRequest.TxnMapRequestType requestType, Data key, Data value, long ttl, TimeUnit timeUnit)
public TxnMapRequest(String name, AbstractTxnMapRequest.TxnMapRequestType requestType, Data key, Data value, Data newValue)
public TxnMapRequest(String name, AbstractTxnMapRequest.TxnMapRequestType requestType, Predicate predicate)
public int getClassId()
Portable
protected Predicate getPredicate()
getPredicate
in class AbstractTxnMapRequest
protected void writeDataInner(ObjectDataOutput writer) throws IOException
writeDataInner
in class AbstractTxnMapRequest
IOException
protected void readDataInner(ObjectDataInput reader) throws IOException
readDataInner
in class AbstractTxnMapRequest
IOException
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.