public class LockResult
extends java.lang.Object
Constructor and Description |
---|
LockResult(LockGrantType grant,
WriteLockInfo info) |
Modifier and Type | Method and Description |
---|---|
void |
copyAbortInfo(WriteLockInfo fromInfo) |
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)
public void copyAbortInfo(WriteLockInfo fromInfo)