com.sleepycat.je.dbi
Class RecordVersion
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RecordVersion
RecordVersion(long vlsn,
long lsn)
getVLSN
public long getVLSN()
getLSN
public long getLSN()
Copyright (c) 2004-2012 Oracle. All rights reserved.