com.hazelcast.map.impl.client
public class TxnMapRequest extends AbstractTxnMapRequest
AbstractTxnMapRequest.TxnMapRequestType
clientThreadId, txnId
callId, clientEngine, endpoint, operationService, serializationService, service
BEGIN_AND_END_FLAGS, BEGIN_FLAG, END_FLAG, HEADER_SIZE, LISTENER_EVENT_FLAG, VERSION
buffer
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, getTransactionContext, setClientThreadId, setTxnId
process
getCallId, getClassVersion, getClientEngine, getDistributedObjectName, getDistributedObjectType, getEndpoint, getMethodName, getParameters, getService, readPortable, setCallId, setClientEngine, setEndpoint, setOperationService, setSerializationService, setService, writePortable
addFlag, create, createForDecode, createForEncode, createForEncode, getCorrelationId, getDataOffset, getFlags, getFrameLength, getMessageType, getPartitionId, getVersion, isComplete, isFlagSet, isRetryable, isUrgent, readFrom, setCorrelationId, setDataOffset, setFrameLength, setMessageType, setPartitionId, setRetryable, setVersion, toString, updateFrameLength, wrapForDecode, wrapForEncode, writeTo
buffer, getBoolean, getByteArray, getData, getDataList, getDataSet, getInt, getLong, getStringUtf8, index, index, int32Get, int32Set, set, set, set, set, set, set, set, uint16Get, uint16Put, uint32Get, uint32Put, uint8Get, uint8Put, wrap
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 © 2015 Hazelcast, Inc.. All Rights Reserved.