com.sleepycat.je.rep.impl.node
Class Replay.TxnInfo

java.lang.Object
  extended by com.sleepycat.je.rep.impl.node.Replay.TxnInfo
Enclosing class:
Replay

public static class Replay.TxnInfo
extends Object

Simple helper class to package a Txn vlsn and its associated commit time.


Field Summary
(package private)  long masterTxnEndTime
           
(package private)  VLSN txnVLSN
           
 
Method Summary
 long getMasterTxnEndTime()
           
 VLSN getTxnVLSN()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

txnVLSN

final VLSN txnVLSN

masterTxnEndTime

final long masterTxnEndTime
Method Detail

getTxnVLSN

public VLSN getTxnVLSN()

getMasterTxnEndTime

public long getMasterTxnEndTime()

toString

public String toString()
Overrides:
toString in class Object


Copyright (c) 2004-2012 Oracle. All rights reserved.