Package com.gigaspaces.transaction
Interface TransactionParticipantMetaData
- All Known Implementing Classes:
TransactionParticipantDataImpl
public interface TransactionParticipantMetaData
Represents a transaction meta data for a specific transaction participant.
- Since:
- 9.0.1
- Author:
- idan
-
Method Summary
Modifier and TypeMethodDescriptionintThe id of the space that committed the transaction.intNumber of participants in the transactionThe id of the transaction
-
Method Details
-
getParticipantId
int getParticipantId()The id of the space that committed the transaction.- Returns:
- the participantId
-
getTransactionParticipantsCount
int getTransactionParticipantsCount()Number of participants in the transaction- Returns:
- the participantsCount
-
getTransactionUniqueId
TransactionUniqueId getTransactionUniqueId()The id of the transaction- Returns:
- the transactionId
-