public class TransactionInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TransactionInfo.Externalizer |
Constructor and Description |
---|
TransactionInfo(GlobalTransaction globalTransaction,
int topologyId,
WriteCommand[] modifications,
Set<Object> lockedKeys) |
Modifier and Type | Method and Description |
---|---|
GlobalTransaction |
getGlobalTransaction() |
Set<Object> |
getLockedKeys() |
WriteCommand[] |
getModifications() |
int |
getTopologyId() |
String |
toString() |
public TransactionInfo(GlobalTransaction globalTransaction, int topologyId, WriteCommand[] modifications, Set<Object> lockedKeys)
public GlobalTransaction getGlobalTransaction()
public WriteCommand[] getModifications()
public int getTopologyId()
Copyright © 2021 JBoss by Red Hat. All rights reserved.