public class WriteLockInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) static WriteLockInfo |
basicWriteLockInfo |
| Constructor and Description |
|---|
WriteLockInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyAbortInfo(WriteLockInfo fromInfo) |
DatabaseImpl |
getAbortDb() |
boolean |
getAbortKnownDeleted() |
int |
getAbortLogSize() |
long |
getAbortLsn() |
boolean |
getCreatedThisTxn() |
boolean |
getNeverLocked() |
void |
setAbortInfo(DatabaseImpl db,
int logSize) |
void |
setAbortKnownDeleted(boolean abortKnownDeleted) |
void |
setAbortLsn(long abortLsn) |
void |
setCreatedThisTxn(boolean createdThisTxn) |
void |
setNeverLocked(boolean neverLocked) |
java.lang.String |
toString() |
static final WriteLockInfo basicWriteLockInfo
public boolean getAbortKnownDeleted()
public void setAbortKnownDeleted(boolean abortKnownDeleted)
public long getAbortLsn()
public void setAbortLsn(long abortLsn)
public DatabaseImpl getAbortDb()
public int getAbortLogSize()
public void setAbortInfo(DatabaseImpl db, int logSize)
public boolean getNeverLocked()
public void setNeverLocked(boolean neverLocked)
public boolean getCreatedThisTxn()
public void setCreatedThisTxn(boolean createdThisTxn)
public void copyAbortInfo(WriteLockInfo fromInfo)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright (c) 2004-2012 Oracle. All rights reserved.