public class GridNearTxFinishRequest<K,V> extends GridDistributedTxFinishRequest<K,V>
MessageAdapter.TypeverCACHE_MSG_INDEX_FIELD_NAME, cacheId, MAX_CACHE_MSG_LOOKUP_INDEXreader, readState| Constructor and Description |
|---|
GridNearTxFinishRequest()
Empty constructor required for
Externalizable. |
GridNearTxFinishRequest(IgniteUuid futId,
GridCacheVersion xidVer,
long threadId,
boolean commit,
boolean invalidate,
boolean sys,
boolean syncCommit,
boolean syncRollback,
boolean explicitLock,
boolean storeEnabled,
long topVer,
GridCacheVersion baseVer,
Collection<GridCacheVersion> committedVers,
Collection<GridCacheVersion> rolledbackVers,
int txSize,
UUID subjId,
int taskNameHash) |
| Modifier and Type | Method and Description |
|---|---|
byte |
directType()
Gets message type.
|
boolean |
explicitLock() |
IgniteUuid |
miniId() |
void |
miniId(IgniteUuid miniId) |
boolean |
readFrom(ByteBuffer buf)
Reads this message from provided byte buffer.
|
boolean |
storeEnabled() |
UUID |
subjectId() |
int |
taskNameHash() |
long |
topologyVersion()
Gets topology version or -1 in case of topology version is not required for this message.
|
String |
toString() |
boolean |
writeTo(ByteBuffer buf,
MessageWriter writer)
Writes this message to provided byte buffer.
|
baseVersion, commit, commitVersion, finishUnmarshal, futureId, groupLock, groupLockKey, isInvalidate, prepareMarshal, replyRequired, syncCommit, syncRollback, system, threadId, txSizecandidatesByIndex, candidatesByIndex, candidatesByKey, candidatesByKey, candidatesByKey, committedVersions, completedVersions, keysCount, rolledbackVersions, version, versionallowForStartup, cacheId, cacheId, classError, deployInfo, ignoreClassErrors, lookupIndex, marshalBooleanLinkedMap, marshalCollection, marshalFilter, marshalInfo, marshalInfos, marshalInvokeArguments, marshalTx, marshalValuesCollection, messageId, nextIndexId, onClassError, prepare, prepareFilter, prepareObject, prepareObjects, transactional, transferExpiryPolicy, unmarshalBooleanLinkedMap, unmarshalCollection, unmarshalFilter, unmarshalInfo, unmarshalInfos, unmarshalInvokeArguments, unmarshalTx, unmarshalValueBytesCollectionsetReader, skipRecoveryclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdeployInfo, preparepublic GridNearTxFinishRequest()
Externalizable.public GridNearTxFinishRequest(IgniteUuid futId, GridCacheVersion xidVer, long threadId, boolean commit, boolean invalidate, boolean sys, boolean syncCommit, boolean syncRollback, boolean explicitLock, boolean storeEnabled, long topVer, GridCacheVersion baseVer, Collection<GridCacheVersion> committedVers, Collection<GridCacheVersion> rolledbackVers, int txSize, @Nullable UUID subjId, int taskNameHash)
futId - Future ID.xidVer - Transaction ID.threadId - Thread ID.commit - Commit flag.invalidate - Invalidate flag.sys - System flag.explicitLock - Explicit lock flag.storeEnabled - Store enabled flag.topVer - Topology version.baseVer - Base version.committedVers - Committed versions.rolledbackVers - Rolled back versions.txSize - Expected transaction size.public boolean explicitLock()
public boolean storeEnabled()
public IgniteUuid miniId()
public void miniId(IgniteUuid miniId)
miniId - Mini future ID.public int taskNameHash()
public long topologyVersion()
GridCacheMessagetopologyVersion in class GridCacheMessage<K,V>public boolean writeTo(ByteBuffer buf, MessageWriter writer)
writeTo in class GridDistributedTxFinishRequest<K,V>buf - Byte buffer.writer - Writer.public boolean readFrom(ByteBuffer buf)
readFrom in class GridDistributedTxFinishRequest<K,V>buf - Byte buffer.public byte directType()
directType in class GridDistributedTxFinishRequest<K,V>public String toString()
toString in class GridDistributedTxFinishRequest<K,V>
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 17 2015