Package org.apache.derby.iapi.store.raw
Interface GlobalTransactionId
-
- All Superinterfaces:
java.io.Externalizable
,Formatable
,java.io.Serializable
,TypedFormat
- All Known Implementing Classes:
GlobalXactId
public interface GlobalTransactionId extends Formatable
A transaction identifier that is unique among all raw stores and all transactions The equals() method for TransactionId implements by value equality. MT - immutable
-
-
Method Summary
-
Methods inherited from interface org.apache.derby.iapi.services.io.TypedFormat
getTypeFormatId
-
-