public abstract class TransactionID extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
TransactionID.Serialized
Serialized representation of a transaction ID.
|
Modifier and Type | Field and Description |
---|---|
static String |
PRIVATE_DATA_KEY |
Modifier and Type | Method and Description |
---|---|
static TransactionID |
createTransactionID(byte[] encoded)
Create a transaction ID object for the given encoded representation.
|
boolean |
equals(Object other)
Determine whether this object is equal to another.
|
byte[] |
getEncodedForm()
Get a copy of the encoded form of this transaction ID.
|
protected byte[] |
getEncodedFormRaw()
Get the encoded form of this transaction ID.
|
int |
hashCode() |
protected Object |
writeReplace()
Substitute this transaction ID with a serialized representation.
|
public static final String PRIVATE_DATA_KEY
public byte[] getEncodedForm()
protected byte[] getEncodedFormRaw()
public final boolean equals(Object other)
public static TransactionID createTransactionID(byte[] encoded)
encoded
- the encoded representationprotected final Object writeReplace()
Copyright © 2018 JBoss by Red Hat. All rights reserved.