public class XID extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
int |
bqual_length |
byte[] |
data |
int |
formatID |
int |
gtrid_length |
static int |
MAXBQUALSIZE |
static int |
MAXGTRIDSIZE |
static int |
NULL_XID |
static int |
XIDDATASIZE |
Constructor and Description |
---|
XID() |
Modifier and Type | Method and Description |
---|---|
void |
copy(XID toCopy) |
boolean |
equals(XID other) |
boolean |
isSameTransaction(XID xid)
Check for equality, then check transaction id only.
|
String |
toString() |
public static final int XIDDATASIZE
public static final int MAXGTRIDSIZE
public static final int MAXBQUALSIZE
public static final int NULL_XID
public int formatID
public int gtrid_length
public int bqual_length
public byte[] data
Copyright © 2021 JBoss by Red Hat. All rights reserved.