public class GridDistributedTxFinishResponse extends GridCacheMessage
addDepInfo, CACHE_MSG_INDEX_FIELD_NAME, forceAddDepInfo, MAX_CACHE_MSG_LOOKUP_INDEXDIRECT_TYPE_SIZE| Constructor and Description |
|---|
GridDistributedTxFinishResponse()
Empty constructor required by
GridIoMessageFactory. |
GridDistributedTxFinishResponse(int part,
GridCacheVersion txId,
IgniteUuid futId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addDeploymentInfo()
Deployment enabled flag indicates whether deployment info has to be added to this message.
|
boolean |
cacheGroupMessage() |
short |
directType()
Gets message type.
|
byte |
fieldsCount()
Gets fields count.
|
IgniteUuid |
futureId() |
int |
handlerId() |
protected boolean |
isFlag(int mask)
Reags flag mask.
|
IgniteLogger |
messageLogger(GridCacheSharedContext ctx) |
int |
partition() |
boolean |
readFrom(ByteBuffer buf,
MessageReader reader)
Reads this message from provided byte buffer.
|
protected void |
setFlag(boolean flag,
int mask)
Sets flag mask.
|
String |
toString() |
boolean |
writeTo(ByteBuffer buf,
MessageWriter writer)
Writes this message to provided byte buffer.
|
GridCacheVersion |
xid() |
appendFlag, classError, deployInfo, error, finishUnmarshal, finishUnmarshalCacheObjects, finishUnmarshalCacheObjects, ignoreClassErrors, lastAffinityChangedTopologyVersion, lastAffinityChangedTopologyVersion, lookupIndex, marshalCollection, marshalInfo, marshalInfos, marshalInvokeArguments, marshalTx, messageId, nextIndexId, onAckReceived, onClassError, partitionExchangeMessage, prepare, prepareMarshal, prepareMarshalCacheObject, prepareMarshalCacheObjects, prepareMarshalCacheObjects, prepareObject, prepareObject, topologyVersion, transferExpiryPolicy, unmarshalCollection, unmarshalInfo, unmarshalInfos, unmarshalInvokeArguments, unmarshalTxpublic GridDistributedTxFinishResponse()
GridIoMessageFactory.public GridDistributedTxFinishResponse(int part,
GridCacheVersion txId,
IgniteUuid futId)
part - Partition.txId - Transaction id.futId - Future ID.public int handlerId()
handlerId in class GridCacheMessagepublic boolean cacheGroupMessage()
cacheGroupMessage in class GridCacheMessageTrue if cache group message.public final int partition()
partition in class GridCacheMessage-1 if it cannot be determined.protected final void setFlag(boolean flag,
int mask)
flag - Set or clear.mask - Mask.protected final boolean isFlag(int mask)
mask - Mask to read.public GridCacheVersion xid()
public IgniteUuid futureId()
public boolean addDeploymentInfo()
addDeploymentInfo in class GridCacheMessagetrue or if deployment info must be added to the the message, false otherwise.public IgniteLogger messageLogger(GridCacheSharedContext ctx)
messageLogger in class GridCacheMessagectx - Context.public boolean writeTo(ByteBuffer buf, MessageWriter writer)
writeTo in interface MessagewriteTo in class GridCacheMessagebuf - Byte buffer.writer - Writer.public boolean readFrom(ByteBuffer buf, MessageReader reader)
readFrom in interface MessagereadFrom in class GridCacheMessagebuf - Byte buffer.reader - Reader.public short directType()
public byte fieldsCount()
fieldsCount in interface MessagefieldsCount in class GridCacheMessagepublic String toString()
toString in class GridCacheMessage
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020