public class LockResult
extends java.lang.Object
Constructor and Description |
---|
LockResult(LockGrantType grant,
WriteLockInfo info) |
Modifier and Type | Method and Description |
---|---|
LN |
getLN() |
LockGrantType |
getLockGrant() |
void |
setAbortLsn(long abortLsn,
boolean abortKnownDeleted) |
void |
setAbortLsn(long abortLsn,
boolean abortKnownDeleted,
boolean createdThisTxn) |
void |
setLN(LN ln) |
public LockResult(LockGrantType grant, WriteLockInfo info)
public LN getLN()
public void setLN(LN ln)
public LockGrantType getLockGrant()
public void setAbortLsn(long abortLsn, boolean abortKnownDeleted)
public void setAbortLsn(long abortLsn, boolean abortKnownDeleted, boolean createdThisTxn)