public class LockInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static char |
LOCK_ACQUIRED |
static char |
LOCK_WAITING |
| Constructor and Description |
|---|
LockInfo(ResultSet rs) |
LockInfo(ShowLocksResponseElement e) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getDb() |
long |
getExtLockId() |
long |
getIntLockId() |
String |
getPartition() |
LockState |
getState() |
String |
getTable() |
long |
getTxnId() |
LockType |
getType() |
int |
hashCode() |
String |
toString() |
public static final char LOCK_ACQUIRED
public static final char LOCK_WAITING
public LockInfo(ResultSet rs) throws SQLException, MetaException
SQLExceptionMetaExceptionpublic LockInfo(ShowLocksResponseElement e)
public long getExtLockId()
public long getIntLockId()
public long getTxnId()
public String getDb()
public String getTable()
public String getPartition()
public LockState getState()
public LockType getType()
Copyright © 2024 The Apache Software Foundation. All rights reserved.