com.sleepycat.je.txn
Class WriteLockInfo

java.lang.Object
  extended by com.sleepycat.je.txn.WriteLockInfo

public class WriteLockInfo
extends java.lang.Object


Field Summary
(package private)  DatabaseImpl abortDb
           
(package private)  boolean abortKnownDeleted
           
(package private)  int abortLogSize
           
(package private)  long abortLsn
           
(package private) static WriteLockInfo basicWriteLockInfo
           
(package private)  boolean createdThisTxn
           
(package private)  boolean neverLocked
           
 
Constructor Summary
WriteLockInfo()
           
 
Method Summary
 void copyAbortInfo(WriteLockInfo fromInfo)
           
 boolean getAbortKnownDeleted()
           
 long getAbortLsn()
           
 void setAbortInfo(DatabaseImpl db, int logSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

abortLsn

long abortLsn

abortKnownDeleted

boolean abortKnownDeleted

abortLogSize

int abortLogSize

abortDb

DatabaseImpl abortDb

neverLocked

boolean neverLocked

createdThisTxn

boolean createdThisTxn

basicWriteLockInfo

static final WriteLockInfo basicWriteLockInfo
Constructor Detail

WriteLockInfo

public WriteLockInfo()
Method Detail

getAbortKnownDeleted

public boolean getAbortKnownDeleted()

getAbortLsn

public long getAbortLsn()

setAbortInfo

public void setAbortInfo(DatabaseImpl db,
                         int logSize)

copyAbortInfo

public void copyAbortInfo(WriteLockInfo fromInfo)


Copyright (c) 2004,2008 Oracle. All rights reserved.