public interface Xid
Modifier and Type | Field and Description |
---|---|
static int |
MAXBQUALSIZE
getBqual返回的最大字节数。
|
static int |
MAXGTRIDSIZE
getGtrid返回的最大字节数。
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getBranchQualifier()
获取XID的事务分支标识符作为字节数组。
|
int |
getFormatId()
获取XID的格式标识符部分。
|
byte[] |
getGlobalTransactionId()
获取XID的全局事务标识符作为字节数组。
|
static final int MAXGTRIDSIZE
static final int MAXBQUALSIZE