public class LockResult extends Object
| Constructor and Description |
|---|
LockResult(LockGrantType grant,
WriteLockInfo wli) |
| Modifier and Type | Method and Description |
|---|---|
void |
copyWriteLockInfo(WriteLockInfo fromInfo)
Used to copy write lock info when an LSN is changed.
|
LockGrantType |
getLockGrant() |
WriteLockInfo |
getWriteLockInfo() |
void |
setAbortInfo(long abortLsn,
boolean abortKD,
byte[] abortKey,
byte[] abortData,
long abortVLSN,
int abortExpiration,
boolean abortExpirationInHours,
DatabaseImpl db) |
public LockResult(LockGrantType grant, WriteLockInfo wli)
public LockGrantType getLockGrant()
public WriteLockInfo getWriteLockInfo()
public void setAbortInfo(long abortLsn,
boolean abortKD,
byte[] abortKey,
byte[] abortData,
long abortVLSN,
int abortExpiration,
boolean abortExpirationInHours,
DatabaseImpl db)
public void copyWriteLockInfo(WriteLockInfo fromInfo)
Copyright © 2024. All rights reserved.