public class GridCacheCommittedTxInfo<K,V> extends Object implements Externalizable
| Constructor and Description |
|---|
GridCacheCommittedTxInfo()
Empty constructor required by
Externalizable. |
GridCacheCommittedTxInfo(IgniteInternalTx<K,V> tx) |
| Modifier and Type | Method and Description |
|---|---|
UUID |
originatingNodeId() |
GridCacheVersion |
originatingTxId() |
void |
readExternal(ObjectInput in) |
Collection<IgniteTxEntry<K,V>> |
recoveryWrites() |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public GridCacheCommittedTxInfo()
Externalizable.public GridCacheCommittedTxInfo(IgniteInternalTx<K,V> tx)
tx - Committed cache transaction.public GridCacheVersion originatingTxId()
public UUID originatingNodeId()
public Collection<IgniteTxEntry<K,V>> 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-RC1 Release Date : February 17 2015