public class CurrentTransactionData extends Object
| Constructor and Description |
|---|
CurrentTransactionData(TxID currentTxID,
TxIDHashMapWrapper currentTxHashMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNonTxInboxFileToBeDeletedAfterCommit(DocumentFQN nonTxFQN) |
boolean |
anyDifferenceToInitalState() |
TxIDHashMapWrapper |
getCurrentTxHashMap() |
TxID |
getCurrentTxID() |
TxIDHashMap |
getDocumentsReadInThisTx() |
TxIDHashMapWrapper |
getInitialTxHashMap() |
Set<DocumentFQN> |
getNonTxInboxDocumentsToBeDeletedAfterCommit() |
public CurrentTransactionData(TxID currentTxID, TxIDHashMapWrapper currentTxHashMap)
public TxID getCurrentTxID()
public TxIDHashMapWrapper getCurrentTxHashMap()
public TxIDHashMapWrapper getInitialTxHashMap()
public TxIDHashMap getDocumentsReadInThisTx()
public boolean anyDifferenceToInitalState()
public void addNonTxInboxFileToBeDeletedAfterCommit(DocumentFQN nonTxFQN)
public Set<DocumentFQN> getNonTxInboxDocumentsToBeDeletedAfterCommit()
Copyright © 2019. All rights reserved.