MAXBQUALSIZE, MAXGTRIDSIZE| 构造器和说明 |
|---|
OceanBaseXid(byte[] globalTransactionId,
byte[] branchQualifier,
int formatId)
Global transaction identifier.
|
OceanBaseXid(int formatId,
byte[] globalTransactionId,
byte[] branchQualifier)
Global transaction identifier.
|
public OceanBaseXid(int formatId,
byte[] globalTransactionId,
byte[] branchQualifier)
formatId - the format identifier part of the XID.globalTransactionId - the global transaction identifier part of XID as an array of bytes.branchQualifier - the transaction branch identifier part of XID as an array of bytes.public OceanBaseXid(byte[] globalTransactionId,
byte[] branchQualifier,
int formatId)
globalTransactionId - the global transaction identifier part of XID as an array of bytes.branchQualifier - the transaction branch identifier part of XID as an array of bytes.formatId - the format identifier part of the XID.public boolean equals(Object obj)
public int getFormatId()
getFormatId 在接口中 Xidpublic byte[] getGlobalTransactionId()
getGlobalTransactionId 在接口中 Xidpublic byte[] getBranchQualifier()
getBranchQualifier 在接口中 XidCopyright © 2024 oceanbase.com. All rights reserved.