public class GridCacheCommittedTxInfo extends Object implements Externalizable
| Constructor and Description |
|---|
GridCacheCommittedTxInfo()
Empty constructor required by
Externalizable. |
GridCacheCommittedTxInfo(IgniteInternalTx tx) |
| Modifier and Type | Method and Description |
|---|---|
UUID |
originatingNodeId() |
GridCacheVersion |
originatingTxId() |
void |
readExternal(ObjectInput in) |
Collection<IgniteTxEntry> |
recoveryWrites() |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public GridCacheCommittedTxInfo()
Externalizable.public GridCacheCommittedTxInfo(IgniteInternalTx tx)
tx - Committed cache transaction.public GridCacheVersion originatingTxId()
public UUID originatingNodeId()
public Collection<IgniteTxEntry> recoveryWrites()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundException
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0 Release Date : March 31 2015