com.sleepycat.je.dbi
Class RecordVersion

java.lang.Object
  extended by com.sleepycat.je.dbi.RecordVersion

public class RecordVersion
extends Object

Used to return the VLSN and LSN for a record. The VLSN is a unique version for a rep group, and the LSN is unique for a single node.


Constructor Summary
RecordVersion(long vlsn, long lsn)
           
 
Method Summary
 long getLSN()
           
 long getVLSN()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordVersion

RecordVersion(long vlsn,
              long lsn)
Method Detail

getVLSN

public long getVLSN()

getLSN

public long getLSN()


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