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