public static class TransactionDB.KeyLockInfo extends Object
| Constructor and Description |
|---|
KeyLockInfo(String key,
long[] transactionIDs,
boolean exclusive) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Get the key.
|
long[] |
getTransactionIDs()
Get the Transaction IDs.
|
boolean |
isExclusive()
Get the Lock status.
|
public KeyLockInfo(String key, long[] transactionIDs, boolean exclusive)
public String getKey()
public long[] getTransactionIDs()
public boolean isExclusive()
Copyright © 2022. All rights reserved.