public class RowLock extends Object
| 构造器和说明 |
|---|
RowLock() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getBranchId()
Gets branch id.
|
String |
getFeature()
Gets feature.
|
String |
getPk()
Gets pk.
|
String |
getResourceId()
Gets resource id.
|
String |
getRowKey()
Gets row key.
|
String |
getTableName()
Gets table name.
|
Long |
getTransactionId()
Gets transaction id.
|
String |
getXid()
Gets xid.
|
void |
setBranchId(Long branchId)
Sets branch id.
|
void |
setFeature(String feature)
Sets feature.
|
void |
setPk(String pk)
Sets pk.
|
void |
setResourceId(String resourceId)
Sets resource id.
|
void |
setRowKey(String rowKey)
Sets row key.
|
void |
setTableName(String tableName)
Sets table name.
|
void |
setTransactionId(Long transactionId)
Sets transaction id.
|
void |
setXid(String xid)
Sets xid.
|
String |
toString() |
public String getXid()
public void setXid(String xid)
xid - the xidpublic Long getTransactionId()
public void setTransactionId(Long transactionId)
transactionId - the transaction idpublic Long getBranchId()
public void setBranchId(Long branchId)
branchId - the branch idpublic String getResourceId()
public void setResourceId(String resourceId)
resourceId - the resource idpublic String getTableName()
public void setTableName(String tableName)
tableName - the table namepublic String getPk()
public void setPk(String pk)
pk - the pkpublic String getRowKey()
public void setRowKey(String rowKey)
rowKey - the row keypublic String getFeature()
public void setFeature(String feature)
feature - the featureCopyright © 2022 Seata. All rights reserved.