|
GigaSpaces XAP 8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransactionParticipantData
Interface for jini transaction participant data.
Each transaction participant(space) sends this info to mirror - to allow transaction consolidation on mirror side.
TransactionParticipantData contains information about transaction at the time of commit -
transaction id,
number of partitions that participated at this transaction and the transaction participants id.
Method Summary | |
---|---|
int |
getParticipantId()
The id of the space that committed the transaction. |
int |
getParticipantsCount()
Number of participants in transaction |
long |
getTransactionId()
The id of the distributed transaction |
Methods inherited from interface com.gigaspaces.internal.server.space.redolog.storage.bytebuffer.ISwapExternalizable |
---|
readFromSwap, writeToSwap |
Method Detail |
---|
int getParticipantId()
int getParticipantsCount()
long getTransactionId()
|
GigaSpaces XAP 8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |