Searched refs:TxnInfo (Results 1 – 4 of 4) sorted by relevance
41 private final Map<Long, TxnInfo> txnMap;52 txnMap = new ConcurrentHashMap<Long, TxnInfo>(); in FeederTxns()73 TxnInfo txnInfo = new TxnInfo(txn); in setupForAcks()74 TxnInfo prevInfo = txnMap.put(txn.getId(), txnInfo); in setupForAcks()83 TxnInfo txnInfo = txnMap.get(txnId); in getAckTxn()109 final TxnInfo txnInfo = txnMap.get(txnId); in noteReplicaAck()130 TxnInfo txnInfo = txnMap.get(txn.getId()); in awaitReplicaAcks()147 public class TxnInfo { class in FeederTxns152 private TxnInfo(MasterTxn txn) { in TxnInfo() method in FeederTxns.TxnInfo
209 private volatile TxnInfo lastReplayedTxn = null;372 public TxnInfo getLastReplayedTxn() { in getLastReplayedTxn()519 lastReplayedTxn = new TxnInfo(lastReplayedVLSN, in replayEntry()562 lastReplayedTxn = new TxnInfo(lastReplayedVLSN, in replayEntry()1436 public static class TxnInfo { class in Replay1440 private TxnInfo(VLSN txnVLSN, long masterTxnEndTime) { in TxnInfo() method in Replay.TxnInfo
127 public void ensureSufficientAcks(FeederTxns.TxnInfo txnInfo, in ensureSufficientAcks()
1398 Replay.TxnInfo lastReplayedTxn = replay.getLastReplayedTxn(); in trackTxnEnd()